subjectFromWebIdentityToken property
The unique user identifier that is returned by the identity provider. This
identifier is associated with the WebIdentityToken
that was
submitted with the AssumeRoleWithWebIdentity
call. The
identifier is typically unique to the user and the application that acquired
the WebIdentityToken
(pairwise identifier). For OpenID Connect
ID tokens, this field contains the value returned by the identity provider
as the token's sub
(Subject) claim.
Implementation
final String? subjectFromWebIdentityToken;