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
/
UserAccount
User
Account
data
class
UserAccount
(
val
id
:
UserHandle
,
val
name
:
String
,
val
displayName
:
String
)
Server-side account identity used to map usernames to stable
UserHandle
values.
Members
Constructors
User
Account
Link copied to clipboard
constructor
(
id
:
UserHandle
,
name
:
String
,
displayName
:
String
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
id
Link copied to clipboard
val
id
:
UserHandle
name
Link copied to clipboard
val
name
:
String