REST.Authenticator.OAuth.TOAuth1Authenticator.RequestToken

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

Delphi

property RequestToken: string read FRequestToken write SetRequestToken;

C++

__property System::UnicodeString RequestToken = {read=FRequestToken, write=SetRequestToken};

プロパティ

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


説明

サービス プロバイダからアクセス トークンを取得する際に使われる値です。

サービス プロバイダは、アクセス トークンを入手するための一時的な要求トークンをユーザーに提供します。

有効なアクセス トークンを取得すると、この要求トークンは無効になります。このトークンを使用できるのは 1 度だけです。

関連項目