REST.Authenticator.OAuth.TOAuth2AuthenticatorAdapter

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TRESTAuthenticatorAdapterREST.BindSource.TRESTComponentAdapterData.Bind.ObjectScope.TBindSourceAdapterSystem.Classes.TComponentSystem.Classes.TPersistentTOAuth2AuthenticatorAdapter

Delphi

TOAuth2AuthenticatorAdapter = class(TRESTAuthenticatorAdapter<TOAuth2Authenticator>)

C++

class PASCALIMPLEMENTATION TOAuth2AuthenticatorAdapter : public Rest::Client::TRESTAuthenticatorAdapter__1<TOAuth2Authenticator*>

Properties

Type Visibility Source Unit Parent
class public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth

Description

LiveBindings adapter for TOAuth2Authenticator.

TSimpleAuthenticatorAdapter is the LiveBindings adapter for the TOAuth2Authenticator class.

TSimpleAuthenticatorAdapter creates bindable members.

See Also