API:REST.Authenticator.OAuth.TOAuth1Authenticator

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TOAuth1Authenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION TOAuth1Authenticator : 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.TOAuth1Authenticator 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