Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAuthorizationType: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAuthorizationType() = 0 ;

Properties

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

Description

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