WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-json-kotlinx
/
dev.webauthn.serialization
/
UserEntityDto
User
Entity
Dto
@
Serializable
data
class
UserEntityDto
(
val
id
:
String
,
val
name
:
String
,
val
displayName
:
String
)
Members
Constructors
User
Entity
Dto
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
displayName
:
String
)
Properties
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"displayName"
)
val
displayName
:
String
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String