JsonClaim
data class JsonClaim(val displayName: String, val attribute: DocumentAttribute?, val claimPath: JsonArray, val value: JsonElement) : Claim
A claim in a JSON-based credential.
Constructors
Link copied to clipboard
constructor(displayName: String, attribute: DocumentAttribute?, claimPath: JsonArray, value: JsonElement)
Properties
Link copied to clipboard
a DocumentAttribute, if the claim is for a well-known attribute.
Link copied to clipboard
a short human readable string describing the claim.