Data.Cloud.CloudAPI.TCloudSHA256Authentication.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: TCloudSHA256Authentication

Delphi

function GetAuthorizationType: string; override;

C++

virtual System::UnicodeString __fastcall GetAuthorizationType();

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