JwtClaimChecks Class
The configuration settings of the checks that should be made while validating the JWT Claims.
Constructor
JwtClaimChecks(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
allowed_groups
|
The list of the allowed groups. |
|
allowed_client_applications
|
The list of the allowed client applications. |
Attributes
allowed_client_applications
The list of the allowed client applications.
allowed_client_applications: list[str] | None
allowed_groups
The list of the allowed groups.
allowed_groups: list[str] | None