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
/
UserAccountStore
User
Account
Store
interface
UserAccountStore
Stores user-account records keyed by login name.
Inheritors
InMemoryUserAccountStore
Members
Functions
find
By
Name
Link copied to clipboard
abstract
suspend
fun
findByName
(
name
:
String
)
:
UserAccount
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
user
:
UserAccount
)