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
/
PublicKeyCredentialDescriptorDto
Public
Key
Credential
Descriptor
Dto
@
Serializable
data
class
PublicKeyCredentialDescriptorDto
(
val
type
:
String
,
val
id
:
String
,
val
transports
:
List
<
String
>
?
=
null
)
Members
Constructors
Public
Key
Credential
Descriptor
Dto
Link copied to clipboard
constructor
(
type
:
String
,
id
:
String
,
transports
:
List
<
String
>
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
transports
Link copied to clipboard
@
SerialName
(
value
=
"transports"
)
val
transports
:
List
<
String
>
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String