REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateNonce

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GenerateNonce: string; virtual;

C++

__classmethod virtual System::UnicodeString __fastcall GenerateNonce();

Properties

Type Visibility Source Unit Parent
function protected
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator

Description

Returns the generated Nonce of a REST request.

GenerateNonce creates a new random Nonce string value, by concatenating the timestamp and a random integer value.

The Nonce value is unique for all requests with a timestamp.

See Also