RequestedClaim

sealed class RequestedClaim

Base class used for representing a request for a claim.

Inheritors

Properties

Link copied to clipboard
open val id: String? = null

the identifier for the claim or null.

Link copied to clipboard
open val values: JsonArray? = null

A set of acceptable values or null to not match on value.