REST.Authenticator.OAuth.TOAuth1Authenticator

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=REST.Authenticator.OAuth.TOAuth1Authenticator&oldid=638569"