| 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 |
|---|---|
GooglePublicKeysManager |
GooglePublicKeysManager.Builder.build()
Builds a new instance of
GooglePublicKeysManager. |
GooglePublicKeysManager |
GoogleIdTokenVerifier.Builder.getPublicCerts()
Returns the Google public keys manager.
|
GooglePublicKeysManager |
GoogleIdTokenVerifier.getPublicKeysManager()
Returns the Google public keys manager.
|
GooglePublicKeysManager |
GooglePublicKeysManager.refresh()
Forces a refresh of the public certificates downloaded from
getPublicCertsEncodedUrl(). |
| Constructor and Description |
|---|
Builder(GooglePublicKeysManager publicKeys) |
GoogleIdTokenVerifier(GooglePublicKeysManager publicKeys) |
Copyright © 2010–2022 Google. All rights reserved.