Data.Cloud.CloudAPI.TCloudAuthentication
Delphi
TCloudAuthentication = class abstract
C++
class PASCALIMPLEMENTATION TCloudAuthentication : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | Data.Cloud.CloudAPI |
Description
Base class for building a signed Authorization String.
Subclasses of TCloudAuthentication implement the signing algorithm, which is used on the SignString, and then becomes part of the Authorization String.