REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateNonce
Delphi
class function GenerateNonce: string; virtual;
C++
__classmethod virtual System::UnicodeString __fastcall GenerateNonce();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | TOAuth1Authenticator |
Description
Renvoie la valeur Nonce générée par une requête REST.
GenerateNonce crée une nouvelle valeur chaîne Nonce aléatoire, en concaténant la valeur timestamp et une valeur d'entier aléatoire.
La valeur Nonce est unique pour toutes les requêtes comportant une fonction timestamp.
Voir aussi
- REST.Authenticator.OAuth.TOAuth1Authenticator.Nonce
- 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/