PasskeyPersistence

Storage for both the registered passkeys and the ephemeral per-ceremony challenge.

Inheritors

Functions

Link copied to clipboard
abstract fun assignPending(response: Response, pending: PendingCeremony): Response
Link copied to clipboard
abstract fun clearPending(response: Response): Response
Link copied to clipboard
abstract fun findById(credentialId: Base64UriBlob): RegisteredCredential?
Link copied to clipboard
Link copied to clipboard
abstract fun retrievePending(request: Request): PendingCeremony?
Link copied to clipboard
abstract fun save(credential: RegisteredCredential)