REST.Authenticator.OAuth.TOAuth1Authenticator.Timestamp
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 秒で表現され、その前の要求で使われたタイムスタンプよりも大きな値になります。
関連項目
- REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateTimeStamp
- REST.Authenticator.OAuth.TOAuth1Authenticator.Nonce
- REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateNonce
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessToken
- REST.Authenticator.OAuth.TOAuth1Authenticator.RequestToken
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenSecret
- http://oauth.net/core/1.0a/