Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudAuthentication

Delphi

function GetAuthorizationType: string; virtual; abstract;

C++

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

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