JwtClaimChecksResponse

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
constructor(allowedClientApplications: List<String>? = null, allowedGroups: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of the allowed client applications.

Link copied to clipboard
val allowedGroups: List<String>? = null

The list of the allowed groups.