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.
Constructors
Link copied to clipboard
                fun JwtClaimChecksResponse(allowedClientApplications: List<String>? = null, allowedGroups: List<String>? = null)