Uses of Class
com.google.api.client.auth.openidconnect.IdToken
-
Packages that use IdToken Package Description com.google.api.client.auth.openidconnect -
-
Uses of IdToken in com.google.api.client.auth.openidconnect
Methods in com.google.api.client.auth.openidconnect that return IdToken Modifier and Type Method 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()
Methods in com.google.api.client.auth.openidconnect with parameters of type IdToken Modifier and Type Method Description boolean
IdTokenVerifier. verify(IdToken idToken)
Verifies that the given ID token is valid using the cached public keys.(package private) boolean
IdTokenVerifier. verifySignature(IdToken idToken)
-