Package | Description |
---|---|
com.google.api.client.googleapis.auth.oauth2 |
Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google
APIs.
|
Modifier and Type | Method and Description |
---|---|
GoogleIdTokenVerifier |
GoogleIdTokenVerifier.Builder.build()
Builds a new instance of
GoogleIdTokenVerifier . |
GoogleIdTokenVerifier |
GoogleIdTokenVerifier.loadPublicCerts()
Deprecated.
(scheduled to be removed in 1.18) Use
getPublicKeysManager() and GooglePublicKeysManager.refresh() instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
GoogleIdToken.verify(GoogleIdTokenVerifier verifier)
Verifies that this ID token is valid using
verify(GoogleIdToken) . |
Copyright © 2010–2022 Google. All rights reserved.