public static class OAuthStore.TokenInfo extends Object
| Constructor and Description |
|---|
OAuthStore.TokenInfo(String accessToken,
String tokenSecret,
String sessionHandle,
long tokenExpireMillis) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getSessionHandle() |
long |
getTokenExpireMillis() |
String |
getTokenSecret() |
public OAuthStore.TokenInfo(String accessToken, String tokenSecret, String sessionHandle, long tokenExpireMillis)
accessToken - the tokentokenSecret - the secret for the tokensessionHandle - the session handle
(http://oauth.googlecode.com/svn/spec/ext/session/1.0/drafts/1/spec.html)tokenExpireMillis - time (milliseconds since epoch) when the token expiresCopyright © 2007-2012. All Rights Reserved.