REST.Authenticator.Simple.TSimpleAuthenticator
Delphi
TSimpleAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION TSimpleAuthenticator : public Rest::Client::TCustomAuthenticator
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | REST.Authenticator.Simple.pas REST.Authenticator.Simple.hpp |
REST.Authenticator.Simple | REST.Authenticator.Simple |
Beschreibung
Implementiert mit username und a password eine grundlegende Authentifizierung.
Die Daten werden als Schlüssel-Wert-Paare übertragen, wobei die Schlüssel UsernameKey und PasswordKey, und deren Werte Username bzw. Password sind.
Je nach Anforderungsmethode werden die Daten entweder bei einer GET-Anforderung im URL (unsicher) oder bei einer POST-Anforderung im Rumpf gesendet.
Siehe auch
- REST.Authenticator.OAuth.TOAuth1Authenticator
- REST.Authenticator.OAuth.TOAuth2Authenticator
- REST.Authenticator.Basic.THTTPBasicAuthenticator
- REST.Authenticator.Simple.TSimpleAuthenticatorAdapter
- REST.Authenticator.Simple.TSubSimpleAuthenticationBindSource
- REST.Authenticator.Simple.TSimpleAuthenticator.Username
- REST.Authenticator.Simple.TSimpleAuthenticator.Password
- REST.Authenticator.Simple.TSimpleAuthenticator.UsernameKey
- REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey