public class ExternalAccountSupplierContext extends Object implements Serializable
IdentityPoolSubjectTokenSupplier or AwsSecurityCredentialsSupplier.| Modifier and Type | Method and Description |
|---|---|
String |
getAudience()
Returns the credentials' expected audience.
|
String |
getSubjectTokenType()
Returns the credentials' expected Security Token Service subject token type based on the OAuth
2.0 token exchange spec.
|
public String getAudience()
public String getSubjectTokenType()
Expected values:
"urn:ietf:params:oauth:token-type:jwt" "urn:ietf:params:aws:token-type:aws4_request" "urn:ietf:params:oauth:token-type:saml2" "urn:ietf:params:oauth:token-type:id_token"
Copyright © 2026 Google. All rights reserved.