|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GoogleIdToken.Payload | |
|---|---|
| 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. |
| Uses of GoogleIdToken.Payload in com.google.api.client.googleapis.auth.oauth2 |
|---|
| Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleIdToken.Payload | |
|---|---|
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. |
| Constructors in com.google.api.client.googleapis.auth.oauth2 with parameters of type GoogleIdToken.Payload | |
|---|---|
GoogleIdToken(JsonWebSignature.Header header,
GoogleIdToken.Payload payload,
byte[] signatureBytes,
byte[] signedContentBytes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||