[−][src]Constant rusoto_credential::claims::SUBJECT
pub const SUBJECT: &str
Key used in the claims map for the Subject
claim.
The Subject
is the unique user identifier that is returned by the identity provider.
For SAML this is the NameID
element in the Subject
element of the SAML assertion.
For OpenID Connect this field contains the value returned by the identity provider
as the token's sub
claim.