Uses of Class
com.google.auth.oauth2.OAuth2Credentials
Packages that use OAuth2Credentials
-
Uses of OAuth2Credentials in com.google.auth.oauth2
Subclasses of OAuth2Credentials in com.google.auth.oauth2Modifier and TypeClassDescription(package private) classOAuth2 credentials representing the built-in service account for Google App Engine.classCredentials representing an AWS third-party identity for calling Google APIs.classOAuth2 credentials representing the built-in service account for Google Cloud Shell.classOAuth2 credentials representing the built-in service account for a Google Compute Engine VM.final classDownscopedCredentials enables the ability to downscope, or restrict, the Identity and Access Management (IAM) permissions that a short-lived credential can use for Cloud Storage.classOAuth2 credentials sourced using external identities through Workforce Identity Federation.classBase external account credentials class.classclassBase type for credentials for authorizing calls to Google APIs using OAuth2.classUrl-sourced, file-sourced, or user provided supplier method-sourced external account credentials.classIdTokenCredentials provides a Google Issued OpenIdConnect token.classImpersonatedCredentials allowing credentials issued to a user or service account to impersonate another.classA refreshable alternative toOAuth2Credentials.classPluggableAuthCredentials enables the exchange of workload identity pool external credentials for Google access tokens by retrieving 3rd party tokens through a user supplied executable.classOAuth2 credentials representing a Service Account for calling Google APIs.classOAuth2 Credentials representing a user's identity and consent.Methods in com.google.auth.oauth2 that return OAuth2CredentialsModifier and TypeMethodDescriptionOAuth2Credentials.Builder.build()static OAuth2CredentialsOAuth2Credentials.create(AccessToken accessToken) Returns the credentials instance from the given access token.Methods in com.google.auth.oauth2 with parameters of type OAuth2CredentialsModifier and TypeMethodDescriptionvoidOAuth2Credentials.CredentialsChangedListener.onChanged(OAuth2Credentials credentials) Notifies that the credentials have changed.voidUserAuthorizer.UserCredentialsListener.onChanged(OAuth2Credentials credentials) Handle change event by rewriting to token store.Constructors in com.google.auth.oauth2 with parameters of type OAuth2Credentials