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

Implements a basic OAuth1.0a authentication.

TOAuth1Authenticator implements a basic OAuth1.0a authentication. TOAuth1Authenticator offers minimal support and provides the infrastructure to follow the workflow of the service provider.

Inherit from this class to create an authenticator class specific to a service provider.

See Also