WalletPresentedClaim

@Serializable
data class WalletPresentedClaim(val label: String, val value: String)

A single disclosed attribute, ready for display: a human-readable label and its value.

Note: for presentation events the value is the actual data shared with the verifier (e.g. a name or birth date), so persisted logs contain PII. Technical SD-JWT plumbing (iss, cnf, _sd, …) is filtered out before these are produced.

Constructors

Link copied to clipboard
constructor(label: String, value: String)

Properties

Link copied to clipboard
Link copied to clipboard