| Package | Description |
|---|---|
| com.google.api.client.googleapis.auth.oauth2 |
Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google
APIs.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleIdToken.Payload |
GoogleIdToken.getPayload() |
GoogleIdToken.Payload |
GoogleIdToken.Payload.setAccessTokenHash(String accessTokenHash)
Sets the hash of access token or
null for none. |
GoogleIdToken.Payload |
GoogleIdToken.Payload.setEmail(String email)
Sets the e-mail address of the user or
null if it was not requested. |
GoogleIdToken.Payload |
GoogleIdToken.Payload.setEmailVerified(boolean emailVerified)
Sets whether the users e-mail address has been verified by Google or not.
|
GoogleIdToken.Payload |
GoogleIdToken.Payload.setHostedDomain(String hostedDomain)
Sets the hosted domain name if asserted user is a domain managed user or
null for
none. |
GoogleIdToken.Payload |
GoogleIdToken.Payload.setIssuee(String issuee)
Sets the client ID of issuee or
null for none. |
GoogleIdToken.Payload |
GoogleIdToken.Payload.setUserId(String userId)
Sets the obfuscated Google user id or
null for none. |
| Constructor and Description |
|---|
GoogleIdToken(com.google.api.client.auth.jsontoken.JsonWebSignature.Header header,
GoogleIdToken.Payload payload,
byte[] signatureBytes,
byte[] signedContentBytes) |
Copyright © 2010-2013 Google. All Rights Reserved.