Jwt Claim Checks Response
data class JwtClaimChecksResponse(val allowedClientApplications: List<String>? = null, val allowedGroups: List<String>? = null)
The configuration settings of the checks that should be made while validating the JWT Claims.