http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-security-webauthn
/
org.http4k.security.passkeys
/
PasskeyPersistence
Passkey
Persistence
interface
PasskeyPersistence
(
source
)
Storage for both the registered passkeys and the ephemeral per-ceremony challenge.
Inheritors
InMemoryPasskeyPersistence
Members
Functions
assign
Pending
Link copied to clipboard
abstract
fun
assignPending
(
response
:
Response
,
pending
:
PendingCeremony
)
:
Response
clear
Pending
Link copied to clipboard
abstract
fun
clearPending
(
response
:
Response
)
:
Response
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
credentialId
:
Base64UriBlob
)
:
RegisteredCredential
?
find
By
User
Link copied to clipboard
abstract
fun
findByUser
(
userHandle
:
Base64UriBlob
)
:
List
<
CredentialDescriptor
>
retrieve
Pending
Link copied to clipboard
abstract
fun
retrievePending
(
request
:
Request
)
:
PendingCeremony
?
save
Link copied to clipboard
abstract
fun
save
(
credential
:
RegisteredCredential
)