WalletBridgeStoredCredential

data class WalletBridgeStoredCredential(val id: String, val serializedCredential: String, val format: String, val label: String? = null, val addedAt: String? = null, val metadataJson: String? = null)

Credential entry exchanged with Swift custom credential stores.

Constructors

Link copied to clipboard
constructor(id: String, serializedCredential: String, format: String, label: String? = null, addedAt: String? = null, metadataJson: String? = null)

Properties

Link copied to clipboard

Optional ISO-8601 timestamp for when the credential was added.

Link copied to clipboard

Credential format, for example vc+sd-jwt or jwt_vc_json.

Link copied to clipboard
val id: String

Stable wallet-local credential identifier.

Link copied to clipboard

Optional user-facing credential label.

Link copied to clipboard

Optional arbitrary metadata as a JSON string.

Link copied to clipboard

Raw serialized credential value.