REST.Authenticator.OAuth.TOAuth1Authenticator.Timestamp

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Timestamp: string read FTimestamp;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator


説明

現在の要求の UTC 秒を返します。

認証クラスは、要求ごとにタイムスタンプ生成します。

タイムスタンプは、UTC 秒で表現され、その前の要求で使われたタイムスタンプよりも大きな値になります。

関連項目