Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAuthorizationType: string; virtual; abstract;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudAuthentication


Beschreibung

Gibt den im Wert des Authorization-Headers zu verwendenden Autorisierungstyp zurück.

Wenn der Authorization-Header folgendermaßen lautet:

Authorization: SharedKey [AccountName]:[Signature]

dann muss diese Funktion in einer Unterklasse implementiert werden, um SharedKey zurückzugeben.

Siehe auch