REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenEndpoint

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

Delphi

property AccessTokenEndpoint: string read FAccessTokenEndpoint write SetAccessTokenEndpoint;

C++

__property System::UnicodeString AccessTokenEndpoint = {read=FAccessTokenEndpoint, write=SetAccessTokenEndpoint};

プロパティ

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


説明

アクセス トークンを要求する際に使用するサービス プロバイダの URL です。

AccessTokenEndpoint URL は、要求トークンアクセス トークンに交換するために使われます。


サービス プロバイダ アクセス トークン URL に対して HTTP 要求を行うと、アクセス トークンを取得できます。

関連項目