REST.Authenticator.OAuth.TOAuth1Authenticator.Timestamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Timestamp: string read FTimestamp;

C++

__property System::UnicodeString Timestamp = {read=FTimestamp};

Properties

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

Description

Returns the UTC seconds of the current request.

The authenticator generates a timestamp for each request.

Timestamp is expressed in UTC seconds and should be greater than the timestamp used in a previous request.

See Also