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
/
CredentialStore
/
findByUserId
find
By
User
Id
abstract
suspend
fun
findByUserId
(
userId
:
UserHandle
)
:
List
<
StoredCredential
>