Package | Description |
---|---|
com.google.auth.appengine | |
com.google.auth.oauth2 |
Modifier and Type | Class and Description |
---|---|
class |
AppEngineCredentials
OAuth2 credentials representing the built-in service account for Google App Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
AwsCredentials
AWS credentials representing a third-party identity for calling Google APIs.
|
class |
CloudShellCredentials
OAuth2 credentials representing the built-in service account for Google Cloud Shell.
|
class |
ComputeEngineCredentials
OAuth2 credentials representing the built-in service account for a Google Compute Engine VM.
|
class |
DownscopedCredentials
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 |
ExternalAccountAuthorizedUserCredentials
OAuth2 credentials sourced using external identities through Workforce Identity Federation.
|
class |
ExternalAccountCredentials
Base external account credentials class.
|
class |
GdchCredentials |
class |
GoogleCredentials
Base type for credentials for authorizing calls to Google APIs using OAuth2.
|
class |
IdentityPoolCredentials
Url-sourced and file-sourced external account credentials.
|
class |
IdTokenCredentials
IdTokenCredentials provides a Google Issued OpenIdConnect token.
|
class |
ImpersonatedCredentials
ImpersonatedCredentials allowing credentials issued to a user or service account to impersonate
another.
|
class |
OAuth2CredentialsWithRefresh
A refreshable alternative to
OAuth2Credentials . |
class |
PluggableAuthCredentials
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 |
ServiceAccountCredentials
OAuth2 credentials representing a Service Account for calling Google APIs.
|
class |
UserCredentials
OAuth2 Credentials representing a user's identity and consent.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Credentials |
OAuth2Credentials.Builder.build() |
static OAuth2Credentials |
OAuth2Credentials.create(AccessToken accessToken)
Returns the credentials instance from the given access token.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2Credentials.CredentialsChangedListener.onChanged(OAuth2Credentials credentials)
Notifies that the credentials have changed.
|
Constructor and Description |
---|
Builder(OAuth2Credentials credentials) |
Copyright © 2023 Google. All rights reserved.