Data.Cloud.AmazonAPI.TAmazonAuthentication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ConnectionInfo: TCloudConnectionInfo; AuthInHeader: Boolean = False); overload;

C++

__fastcall TAmazonAuthentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo, bool AuthInHeader)/* overload */;
/* TCloudSHA256Authentication.Create */ inline __fastcall TAmazonAuthentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */ : Data::Cloud::Cloudapi::TCloudSHA256Authentication(ConnectionInfo, AuthorizationType) { }

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonAuthentication

Description

Creates a new instance of TAmazonAuthentication.

Create sets the authorization type (for the authorization header) to 'AWS'.

The following table shows the significance of the parameters:

Parameter Description

ConnectionInfo

The connection info to use in authentication.

AuthInHeader

Specifies if the Auth is in the header, or is a query parameter.

See Also