public class AccessToken extends Object
| Constructor and Description |
|---|
AccessToken(String tokenValue,
Date expirationTime) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpirationTime()
Time when access token will expire.
|
String |
getTokenValue()
String representation of the access token.
|
Copyright © 2015 Google. All rights reserved.