[][src]Constant rusoto_credential::claims::AUDIENCE

pub const AUDIENCE: &str

Key used in the claims map for the Audience claim.

The intended audience (also known as client ID) of the web identity token. This is traditionally the client identifier issued to the application that requested the web identity token. For OpenID Connect this field contains the value of the aud claim. For SAML this is the value of the Recipient attribute of the SubjectConfirmationData element of the SAML assertion.