REST.Authenticator.OAuth.TOAuth1Authenticator.RequestTokenEndpoint

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

Delphi

property RequestTokenEndpoint: string read FRequestTokenEndpoint write SetRequestTokenEndpoint;

C++

__property System::UnicodeString RequestTokenEndpoint = {read=FRequestTokenEndpoint, write=SetRequestTokenEndpoint};

プロパティ

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


説明

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

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

関連項目