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) class
OAuth2 credentials representing the built-in service account for Google App Engine.class
Credentials representing an AWS third-party identity for calling Google APIs.class
OAuth2 credentials representing the built-in service account for Google Cloud Shell.class
OAuth2 credentials representing the built-in service account for a Google Compute Engine VM.final class
DownscopedCredentials enables the ability to downscope, or restrict, the Identity and Access Management (IAM) permissions that a short-lived credential can use for Cloud Storage.class
OAuth2 credentials sourced using external identities through Workforce Identity Federation.class
Base external account credentials class.class
class
Base type for credentials for authorizing calls to Google APIs using OAuth2.class
Url-sourced, file-sourced, or user provided supplier method-sourced external account credentials.class
IdTokenCredentials provides a Google Issued OpenIdConnect token.class
ImpersonatedCredentials allowing credentials issued to a user or service account to impersonate another.class
A refreshable alternative toOAuth2Credentials
.class
PluggableAuthCredentials enables the exchange of workload identity pool external credentials for Google access tokens by retrieving 3rd party tokens through a user supplied executable.class
OAuth2 credentials representing a Service Account for calling Google APIs.class
OAuth2 Credentials representing a user's identity and consent.Methods in com.google.auth.oauth2 that return OAuth2CredentialsModifier and TypeMethodDescriptionOAuth2Credentials.Builder.build()
static OAuth2Credentials
OAuth2Credentials.create
(AccessToken accessToken) Returns the credentials instance from the given access token.Methods in com.google.auth.oauth2 with parameters of type OAuth2CredentialsModifier and TypeMethodDescriptionvoid
OAuth2Credentials.CredentialsChangedListener.onChanged
(OAuth2Credentials credentials) Notifies that the credentials have changed.void
UserAuthorizer.UserCredentialsListener.onChanged
(OAuth2Credentials credentials) Handle change event by rewriting to token store.Constructors in com.google.auth.oauth2 with parameters of type OAuth2Credentials