REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateSignature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GenerateSignature(ARequest: TCustomRESTRequest): string; virtual;

C++

virtual System::UnicodeString __fastcall GenerateSignature(Rest::Client::TCustomRESTRequest* ARequest);

Properties

Type Visibility Source Unit Parent
function protected
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator

Description

Creates the signature for OAuth1.0 requests.

See Also