| Package | net.oauth |
| Class | public class Nonce |
| Property | Defined by | ||
|---|---|---|---|
| OAuthNonce : String [static][read-only]
A nonce is a random string, uniquely generated for each request.
| Nonce | ||
| OAuthTimeStamp : String [static][read-only]
the timestamp is expressed in the number of seconds since January 1, 1970 00:00:00 GMT
获取OAuth timestamp | Nonce | ||
| OAuthNonce | property |
OAuthNonce:String [read-only]
A nonce is a random string, uniquely generated for each request.
获取OAuth Nonce
public static function get OAuthNonce():String
| OAuthTimeStamp | property |
OAuthTimeStamp:String [read-only]
the timestamp is expressed in the number of seconds since January 1, 1970 00:00:00 GMT
获取OAuth timestamp
public static function get OAuthTimeStamp():String