REST.Authenticator.Simple.TSimpleAuthenticator
Delphi
TSimpleAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION TSimpleAuthenticator : public Rest::Client::TCustomAuthenticator
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | REST.Authenticator.Simple.pas REST.Authenticator.Simple.hpp |
REST.Authenticator.Simple | REST.Authenticator.Simple |
Description
Implémente une authentification de base en utilisant un nom d'utilisateur et un mot de passe.
Les données sont transmises sous la forme d'un ensemble de paires clé-valeur, où les clés sont UsernameKey et PasswordKey, et leurs valeurs sont respectivement Username et Password.
En fonction de la méthode de la requête, les données sont envoyées dans l'URL pour une requête GET ou dans le corps pour une requête POST.
Voir aussi
- 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