Mobile Wallet Credential
data class MobileWalletCredential(val id: String, val format: String, val issuer: String?, val subject: String?, val label: String?, val addedAt: String?, val credentialDataJson: String, val metadataJson: String? = null)
Credential entry suitable for mobile UI lists and detail display.
The credential content is exposed as a JSON string so Kotlin, Swift, and other consumers can decode it with native platform tools without depending on Kotlinx JSON value types in the public mobile API.