MobileWalletCredentialRegistryField

data class MobileWalletCredentialRegistryField(val path: List<String>, val valueJson: String, val selectivelyDisclosable: Boolean)

One matcher-visible field. Values are individual decoded claims, never the raw credential payload.

Constructors

Link copied to clipboard
constructor(path: List<String>, valueJson: String, selectivelyDisclosable: Boolean)

Properties

Link copied to clipboard

Format-specific claim path.

Link copied to clipboard

Whether this claim is selectively disclosable.

Link copied to clipboard

Claim value encoded as JSON.