Claim

class Claim(val key: String, val value: ClaimType)(source)

Represents a claim in a verifiable credential.

Constructors

Link copied to clipboard
constructor(key: String, value: ClaimType)

Properties

Link copied to clipboard
val key: String

The key of the claim.

Link copied to clipboard

The value of the claim.