AllowedAudiencesValidation Class

The configuration settings of the Allowed Audiences validation flow.

Constructor

AllowedAudiencesValidation(*args: Any, **kwargs: Any)

Variables

Name Description
allowed_audiences

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

Attributes

allowed_audiences

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

allowed_audiences: list[str] | None