Data.Cloud.CloudAPI.TCloudAuthentication.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudAuthentication |
Delphi
constructor Create(const ConnectionInfo: TCloudConnectionInfo);
C++
__fastcall TCloudAuthentication(TCloudConnectionInfo* const ConnectionInfo);
Description
Creates a new instance of TCloudAuthentication. The ConnectionInfo
parameter specifies the connection information used to get the required account information when building the signed string.