BoolValue

data class BoolValue(val value: Boolean) : ClaimType(source)

Represents a boolean value as a claim type.

Constructors

Link copied to clipboard
constructor(value: Boolean)

Properties

Link copied to clipboard

The boolean value.

Functions

Link copied to clipboard
open operator override fun compareTo(other: ClaimType): Int

Compares this ClaimType object with the specified other object for order.