CredentialStore

interface CredentialStore

Stores credential public keys and signature counters.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun findById(id: CredentialId): StoredCredential?
Link copied to clipboard
abstract suspend fun findByUserId(userId: UserHandle): List<StoredCredential>
Link copied to clipboard
abstract suspend fun save(credential: StoredCredential)
Link copied to clipboard
abstract suspend fun updateSignCount(id: CredentialId, signCount: Long)