Skip to main content

ISTSAssumeRoleWithWebIdentityResponse

Interface in AWS.STS

Interface for AssumeRoleWithWebIdentity responses.

Ancestors

Properties

Audience

property Audience: string

The intentded audience (also known as client ID) of the web identity token.

Provider

property Provider: string

The issuing authority of the web identity token.

For OAuth 2.0 access tokens, this contains the value of the ProviderId parameter provided. For OpenID Connect ID tokens, this contains the value of the iss field.

SubjectFromWebIdentityToken

property SubjectFromWebIdentityToken: string

The unique user identifier returned by the identity provider (IdP).

Identity associated with the WebIdentityToken that was submitteed with the AssumeRoleWithWebIdentity call. This identifier is typically unique to the user and application that acquired the WebIdentityToken.