REST.Authenticator.OAuth.TOAuth1Authenticator.Timestamp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Timestamp: string read FTimestamp;

C++

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

Propriétés

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


Description

Renvoie l'heure UTC en secondes de la requête en cours.

L'authentificateur génère un horodatage pour chaque requête.

L'horodatage est exprimé en heure UTC (secondes) et doit être supérieur à l'horodatage utilisé dans la requête précédente.

Voir aussi