| 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 |
|---|---|
GoogleIdTokenVerifier |
GoogleIdTokenVerifier.Builder.build()
Builds a new instance of
GoogleIdTokenVerifier. |
GoogleIdTokenVerifier |
GoogleIdTokenVerifier.loadPublicCerts()
Downloads the public keys from the public certificates endpoint at
"https://www.googleapis.com/oauth2/v1/certs". |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GoogleIdToken.verify(GoogleIdTokenVerifier verifier)
Verifies that this ID token is valid using
verify(GoogleIdToken). |
boolean |
GoogleTokenResponse.verifyIdToken(GoogleIdTokenVerifier verifier)
Verifies the ID token as specified in
verify(com.google.api.client.googleapis.auth.oauth2.GoogleIdToken) by passing it
GoogleTokenResponse.parseIdToken(). |
Copyright © 2010-2013 Google. All Rights Reserved.