REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateSignature
Delphi
function GenerateSignature(ARequest: TCustomRESTRequest): string; virtual;
C++
virtual System::UnicodeString __fastcall GenerateSignature(Rest::Client::TCustomRESTRequest* ARequest);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | TOAuth1Authenticator |
Description
Crée la signature pour les requêtes OAuth1.0.