REST.Authenticator.OAuth.TOAuth2Authenticator
Delphi
TOAuth2Authenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION TOAuth2Authenticator : public Rest::Client::TCustomAuthenticator
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | REST.Authenticator.OAuth |
Description
Implémente une authentification de base OAuth2.
TOAuth2Authenticator implémente une authentification de base OAuth2.TOAuth2Authenticator offre un support minimal et fournit l'infrastructure pour suivre le flux de travail du fournisseur de services.
Utilisez l'héritage de cette classe pour créer une classe d'authentificateur spécifique à un fournisseur de services.
Voir aussi
- 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