Package | Description |
---|---|
com.google.auth.oauth2 |
Modifier and Type | Class and Description |
---|---|
class |
AwsCredentials
AWS credentials representing a third-party identity for calling Google APIs.
|
class |
IdentityPoolCredentials
Url-sourced and file-sourced external account credentials.
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ExternalAccountCredentials |
ExternalAccountCredentials.Builder.build() |
static ExternalAccountCredentials |
ExternalAccountCredentials.fromStream(InputStream credentialsStream)
Returns credentials defined by a JSON file stream.
|
static ExternalAccountCredentials |
ExternalAccountCredentials.fromStream(InputStream credentialsStream,
HttpTransportFactory transportFactory)
Returns credentials defined by a JSON file stream.
|
Constructor and Description |
---|
Builder(ExternalAccountCredentials credentials) |
Copyright © 2023 Google. All rights reserved.