Package | Description |
---|---|
com.google.api.client.auth.openidconnect |
Modifier and Type | Method and Description |
---|---|
static IdToken |
IdToken.parse(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)
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–2022 Google. All rights reserved.