| 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,
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)
Deprecated.
|
boolean |
IdTokenVerifier.verifyOrThrow(IdToken idToken)
Verifies that the given ID token is valid using the cached public keys.
|
protected boolean |
IdTokenVerifier.verifyPayload(IdToken idToken)
Verifies the payload of the given ID token
It verifies:
The issuer is one of
IdTokenVerifier.getIssuers() by calling verifyIssuer(String). |
Copyright © 2011–2025 Google. All rights reserved.