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 IdTokenIdToken. parse(com.google.api.client.json.JsonFactory jsonFactory, java.lang.String idTokenString)Parses the given ID token string and returns the parsed ID token.IdTokenIdTokenResponse. parseIdToken()Methods in com.google.api.client.auth.openidconnect with parameters of type IdToken Modifier and Type Method Description booleanIdTokenVerifier. verify(IdToken idToken)Verifies that the given ID token is valid using the cached public keys.(package private) booleanIdTokenVerifier. verifySignature(IdToken idToken)
-