| 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
|
Copyright © 2011–2024 Google. All rights reserved.