MobileWalletCredential

data class MobileWalletCredential(val id: String, val format: String, val issuer: String?, val subject: String?, val label: String?, val addedAt: String?)

Lightweight credential summary suitable for mobile UI lists.

Constructors

Link copied to clipboard
constructor(id: String, format: String, issuer: String?, subject: String?, label: String?, addedAt: String?)

Properties

Link copied to clipboard

ISO-8601 timestamp string for when the credential was added, when known.

Link copied to clipboard

Credential format, such as jwt_vc_json, vc+sd-jwt, or mso_mdoc.

Link copied to clipboard
val id: String

Wallet-local credential identifier.

Link copied to clipboard

Issuer identifier extracted from the credential when available.

Link copied to clipboard

Optional display label stored with the credential.

Link copied to clipboard

Subject identifier extracted from the credential when available.