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-store-exposed
/
dev.webauthn.server.store.exposed
/
ExposedUserAccountStore
Exposed
User
Account
Store
class
ExposedUserAccountStore
(
db
:
Database
)
:
UserAccountStore
JDBC-backed
UserAccountStore
implementation using Exposed tables.
Members
Constructors
Exposed
User
Account
Store
Link copied to clipboard
constructor
(
db
:
Database
)
Functions
find
By
Name
Link copied to clipboard
open
suspend override
fun
findByName
(
name
:
String
)
:
UserAccount
?
save
Link copied to clipboard
open
suspend override
fun
save
(
user
:
UserAccount
)