REST.Authenticator.OAuth.TOAuth1Authenticator.RequestToken
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 度だけです。
関連項目
- REST.Authenticator.OAuth.TOAuth1Authenticator.RequestTokenEndpoint
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenSecret
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessToken
- REST.Authenticator.OAuth.TOAuth2Authenticator
- REST.Authenticator.OAuth.TOAuth1AuthenticatorAdapter
- REST.Authenticator.Simple.TSimpleAuthenticator
- http://oauth.net/core/1.0a/