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