WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-server-core-jvm
/
dev.webauthn.server
/
ChallengeStore
Challenge
Store
interface
ChallengeStore
Stores one-time challenge sessions for registration/authentication ceremonies.
Inheritors
InMemoryChallengeStore
Members
Functions
consume
Link copied to clipboard
abstract
suspend
fun
consume
(
challenge
:
Challenge
,
type
:
CeremonyType
)
:
ChallengeSession
?
put
Link copied to clipboard
abstract
suspend
fun
put
(
session
:
ChallengeSession
)