REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateSignature

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator


説明

OAuth1.0 要求の署名を作成します。

関連項目