REST.Authenticator.OAuth.TOAuth1Authenticator.AccessToken

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

Delphi

property AccessToken: string read FAccessToken write SetAccessToken;

C++

__property System::UnicodeString AccessToken = {read=FAccessToken, write=SetAccessToken};

プロパティ

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


説明

サービス プロバイダへの要求に署名するために使われる値です。

サービス プロバイダはユーザーにアクセス トークンを提供します。 ユーザーのサービス プロバイダ資格情報を使用するのではなく、このアクセス トークンを使用して、サービス プロバイダの保護リソースにアクセスすることができます。

関連項目