Package | Description |
---|---|
com.google.api.client.auth.openidconnect |
Modifier and Type | Method | 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 | Description |
---|---|---|
boolean |
IdTokenVerifier.verify(IdToken idToken) |
Verifies that the given ID token is valid using the cached public keys.
|
Copyright © 2011–2019 Google. All rights reserved.