| Package | Description |
|---|---|
| com.google.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
static ExternalAccountCredentials.SubjectTokenTypes |
ExternalAccountCredentials.SubjectTokenTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalAccountCredentials.SubjectTokenTypes[] |
ExternalAccountCredentials.SubjectTokenTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AwsCredentials.Builder |
AwsCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) |
PluggableAuthCredentials.Builder |
PluggableAuthCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) |
IdentityPoolCredentials.Builder |
IdentityPoolCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) |
ExternalAccountCredentials.Builder |
ExternalAccountCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType)
Sets the Security Token Service subject token type based on the OAuth 2.0 token exchange
spec.
|
Copyright © 2024 Google. All rights reserved.