Class AccessToken
java.lang.Object
com.google.auth.oauth2.AccessToken
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdToken
Represents a temporary OAuth2 access token and its expiration information.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTime when access token will expire.Scopes from the access token response.String representation of the access token.inthashCode()static AccessToken.BuildertoString()
-
Constructor Details
-
AccessToken
-
-
Method Details
-
newBuilder
-
toBuilder
-
getScopes
-
getTokenValue
String representation of the access token.- Returns:
- The raw access token string value.
-
getExpirationTime
-
hashCode
-
toString
-
equals
-