REST.Authenticator.OAuth.TOAuth2Authenticator
Delphi
TOAuth2Authenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION TOAuth2Authenticator : public Rest::Client::TCustomAuthenticator
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | REST.Authenticator.OAuth |
Beschreibung
Implementiert eine grundlegende OAuth2-Authentifizierung.
TOAuth2Authenticator implementiert eine grundlegende OAuth2-Authentifizierung.TOAuth2Authenticator bietet eine minimale Unterstützung und stellt die Infrastruktur gemäß des Workflows des Dienstanbieters bereit.
Leiten Sie von dieser Klasse eigene ab, um spezifische Authentifikatorklassen für bestimmte Dienstanbieter zu erstellen.
Siehe auch
- 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