REST.Authenticator.OAuth.TOAuth2Authenticator

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

REST.Client.TCustomAuthenticatorData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTOAuth2Authenticator

Delphi

TOAuth2Authenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION TOAuth2Authenticator : public Rest::Client::TCustomAuthenticator

プロパティ

種類 可視性 ソース ユニット
class public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth


説明

基本の OAuth2 認証を実装したものです。

TOAuth2Authenticator では、基本の OAuth2 認証を実装しています。TOAuth2Authenticator では、最小限のサポートと、 サービス プロバイダのワークフローに沿ったインフラストラクチャを提供しています。

サービス プロバイダに固有の認証クラスを作成するには、このクラスを継承してください。

関連項目