Claim

interface Claim<T>

A Claim, a data point, of an Attestation. A Claim could contain information like a person's birthdate, lastname, firstname, address, etc.

Inheritors

Properties

Link copied to clipboard

The description of the Claim if provided by the credential issuer.

Link copied to clipboard
abstract val value: T

The value of the Claim. Can be of different types. See implemantations of this interface.

Functions

Link copied to clipboard
open fun getDisplayLabel(languageKey: String, fallbackLanguageKey: String = "en"): String

A helper function to get a Claim's label / name in a specific language.