API:Data.Cloud.CloudAPI.TCloudSHA1Authentication.GetAuthorizationType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAuthorizationType: string; override;

C++

virtual System::UnicodeString __fastcall GetAuthorizationType();

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudSHA1Authentication

Description

Returns the authorization type to use in the value of the Authorization header.

Data.Cloud.CloudAPI.TCloudSHA1Authentication.GetAuthorizationType inherits from Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType. All content below this line refers to Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType.

Returns the authorization type to use in the value of the Authorization header.

If the Authorization header looks like this:

Authorization: SharedKey [AccountName]:[Signature]

then this function should be implemented in a subclass to return SharedKey.

See Also