Package version:

Interface AllowedAudiencesValidation

The configuration settings of the Allowed Audiences validation flow.

interface AllowedAudiencesValidation {
    allowedAudiences?: string[];
}

Properties

allowedAudiences?: string[]

The configuration settings of the allowed list of audiences from which to validate the JWT token.