API:REST.Authenticator.OAuth.TOAuth2Authenticator

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TOAuth2Authenticator = class(TCustomAuthenticator)

C++

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

Properties

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

Description

Base class for objects that REST clients use for authentication against the server when performing a request.

REST.Authenticator.OAuth.TOAuth2Authenticator inherits from REST.Client.TCustomAuthenticator. All content below this line refers to REST.Client.TCustomAuthenticator.

Base class for objects that REST clients use for authentication against the server when performing a request.

See Also