public class AccessToken extends Object implements Serializable
| Constructor and Description |
|---|
AccessToken(String tokenValue,
Date expirationTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getExpirationTime()
Time when access token will expire.
|
String |
getTokenValue()
String representation of the access token.
|
int |
hashCode() |
String |
toString() |
Copyright © 2020 Google. All rights reserved.