TokenClaimResponse

data class TokenClaimResponse(val name: String, val value: String)

Properties for expected token claims.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the claim which must be present on the token.

Link copied to clipboard

Expected value of the claim to be present on the token.