MobileWalletCredentialRegistryRecord

data class MobileWalletCredentialRegistryRecord(val registryEntryId: String, val credentialId: String, val format: MobileWalletDigitalCredentialFormat, val type: String, val fields: List<MobileWalletCredentialRegistryField>, val displayName: String)

Matcher-visible credential metadata supplied to a platform credential registry.

This is not the credential: no issuer-signed payload, proof, or key material is included. It does carry decoded claim values, which are the user's personal data - the platform matcher runs out of process and cannot ask the wallet for a value it was not given.

Constructors

Link copied to clipboard
constructor(registryEntryId: String, credentialId: String, format: MobileWalletDigitalCredentialFormat, type: String, fields: List<MobileWalletCredentialRegistryField>, displayName: String)

Properties

Link copied to clipboard

Wallet-local credential identifier.

Link copied to clipboard

Human-readable entry label.

Link copied to clipboard

Matcher-visible credential fields, which may contain personal data.

Link copied to clipboard

Credential format represented by the entry.

Link copied to clipboard

Stable platform registry entry identifier.

Link copied to clipboard

Credential type or mdoc document type.