Package com.google.auth.oauth2
Class OAuth2Credentials.OAuthValue
java.lang.Object
com.google.auth.oauth2.OAuth2Credentials.OAuthValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
OAuth2Credentials
Stores an immutable snapshot of the accesstoken owned by
OAuth2Credentials
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
OAuthValue
(AccessToken temporaryAccess, Map<String, List<String>> requestMetadata) -
Method Summary
Modifier and TypeMethodDescription(package private) static OAuth2Credentials.OAuthValue
boolean
int
hashCode()
-
Field Details
-
temporaryAccess
-
requestMetadata
-
-
Constructor Details
-
OAuthValue
-
-
Method Details
-
create
static OAuth2Credentials.OAuthValue create(AccessToken token, Map<String, List<String>> additionalHeaders) -
equals
-
hashCode
public int hashCode()
-