REST.Authenticator.OAuth.TOAuth1Authenticator.AuthenticationEndpoint

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

Delphi

property AuthenticationEndpoint: string read FAuthenticationEndpoint write SetAuthenticationEndpoint;

C++

__property System::UnicodeString AuthenticationEndpoint = {read=FAuthenticationEndpoint, write=SetAuthenticationEndpoint};

プロパティ

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


説明

コンシューマの認証および認可に使用されるサービス プロバイダの URL です。

AuthenticationEndpoint URL は、コンシューマがサービス プロバイダの保護リソースにアクセスできるよう、ユーザーの認証を得る際に使用されます。 コンシューマは、ユーザーによって認可されるまで、要求トークンを使用することができません。

メモ: コンシューマとは、OAuth1.0a 認証を使用して、ユーザーに代わってサービス プロバイダにアクセスするアプリケーションなどです。

関連項目