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 |
---|---|
static GoogleIdToken |
GoogleIdToken.parse(com.google.api.client.json.JsonFactory jsonFactory,
String idTokenString)
Parses the given ID token string and returns the parsed
GoogleIdToken . |
GoogleIdToken |
GoogleTokenResponse.parseIdToken()
|
GoogleIdToken |
GoogleIdTokenVerifier.verify(String idTokenString)
Verifies that the given ID token is valid using
GoogleIdTokenVerifier.verify(GoogleIdToken) and returns the
ID token if succeeded. |
Modifier and Type | Method and Description |
---|---|
boolean |
GoogleIdTokenVerifier.verify(GoogleIdToken googleIdToken)
Verifies that the given ID token is valid using the cached public keys.
|
Copyright © 2010–2019 Google. All rights reserved.