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.

GetAuthorizationType is an implementation of the abstract function of the base class. It returns the value as specified in the constructor of this instance.

See Also