Uses of Class
com.google.api.client.auth.openidconnect.IdToken
Packages that use IdToken
-
Uses of IdToken in com.google.api.client.auth.openidconnect
Methods in com.google.api.client.auth.openidconnect that return IdTokenModifier and TypeMethodDescriptionstatic IdToken
Parses the given ID token string and returns the parsed ID token.IdTokenResponse.parseIdToken()
Methods in com.google.api.client.auth.openidconnect with parameters of type IdTokenModifier and TypeMethodDescriptionboolean
Verifies that the given ID token is valid using the cached public keys.(package private) boolean
IdTokenVerifier.verifySignature
(IdToken idToken)