| Package | Description |
|---|---|
| com.google.api.client.auth.openidconnect |
| Modifier and Type | Method and Description |
|---|---|
static IdToken |
IdToken.parse(com.google.api.client.json.JsonFactory jsonFactory,
java.lang.String idTokenString)
Parses the given ID token string and returns the parsed ID token.
|
IdToken |
IdTokenResponse.parseIdToken()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IdTokenVerifier.verify(IdToken idToken)
Verifies that the given ID token is valid using the cached public keys.
|
Copyright © 2011-2018 Google. All Rights Reserved.