REST.Authenticator.OAuth.TOAuth1Authenticator

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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