REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenSecret

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

Delphi

property AccessTokenSecret: string read FAccessTokenSecret write SetAccessTokenSecret;

C++

__property System::UnicodeString AccessTokenSecret = {read=FAccessTokenSecret, write=SetAccessTokenSecret};

プロパティ

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


説明

サービス プロバイダへの要求に署名するときに、アクセス トークンと一緒に使用される値です。

アクセス トークンアクセス トークン シークレットは、サービス プロバイダへの要求に署名するときに格納され使用されます。

サービス プロバイダは、ユーザーが認可を得た後で、アクセス トークン シークレット要求トークンを返します。

関連項目