REST.Authenticator.OAuth.TOAuth2Authenticator
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
Implements a basic OAuth2 authentication.
TOAuth2Authenticator implements a basic OAuth2 authentication. TOAuth2Authenticator 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
- REST.Authenticator.OAuth.TOAuth1Authenticator
- REST.Authenticator.OAuth.TOAuth2AuthenticatorAdapter
- REST.Authenticator.OAuth.TSubOAuth2AuthenticationBindSource
- REST.Authenticator.OAuth.TOAuth2TokenType
- REST.Authenticator.OAuth.TOAuth2ResponseType
- REST.Authenticator.Basic.THTTPBasicAuthenticator
- REST.Authenticator.Simple.TSimpleAuthenticator