REST.Authenticator.OAuth.TOAuth1Authenticator.Nonce

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Nonce: string read FNonce;

C++

__property System::UnicodeString Nonce = {read=FNonce};

Properties

Type Visibility Source Unit Parent
property public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator

Description

Random string, uniquely generated for each HTTP request with a timestamp.

GenerateNonce generates a 32-characters long Nonce.

Nonce value allows the service provider to verify that an HTTP request has never been made before.

The authenticator class mantains Nonce automatically.

See Also