REST.Authenticator.OAuth.TOAuth1Authenticator.Nonce
Delphi
property Nonce: string read FNonce;
C++
__property System::UnicodeString Nonce = {read=FNonce};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | TOAuth1Authenticator |
Description
Chaîne aléatoire, uniquement générée pour chaque requête HTTP comportant une fonction timestamp.
GenerateNonce génère une valeur Nonce d'une longueur de 32 caractères.
La valeur Nonce autorise le fournisseur de services à vérifier qu'une requête HTTP n'a jamais été exécutée auparavant.
La classe d'authentificateur gère automatiquement Nonce.
Voir aussi
- REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateNonce
- REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateTimeStamp
- REST.Authenticator.OAuth.TOAuth1Authenticator.RequestToken
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenSecret
- REST.Authenticator.OAuth.TOAuth1Authenticator.AuthenticationEndpoint
- http://oauth.net/core/1.0a/