WalletBridgeCredentialStore

Swift-facing credential store override.

Functions

Link copied to clipboard
abstract suspend fun addCredential(entry: WalletBridgeStoredCredential)

Adds or replaces a credential entry.

Link copied to clipboard

Returns a stored credential by wallet-local identifier.

Link copied to clipboard

Lists all credentials in this store.

Link copied to clipboard
abstract suspend fun removeCredential(id: String): Boolean

Removes a credential by wallet-local identifier.