REST.Authenticator.OAuth.TOAuth1Authenticator.CallbackEndpoint

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

Delphi

property CallbackEndpoint: string read FCallbackEndpoint write SetCallbackEndpoint;

C++

__property System::UnicodeString CallbackEndpoint = {read=FCallbackEndpoint, write=SetCallbackEndpoint};

プロパティ

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


説明

認証を得た後でサービス プロバイダがユーザーをリダイレクトする先のエンドポイントの完全 URL です。

認証を得るために、コンシューマはユーザーをサービス プロバイダに誘導します。 サービス プロバイダは、ユーザーを認証した後、指定されたコンシューマの CallbackEndpoint にユーザーを返します。

関連項目