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
/
LargeBlobExtensionInputDto
Large
Blob
Extension
Input
Dto
@
Serializable
data
class
LargeBlobExtensionInputDto
(
val
support
:
String
?
=
null
,
val
read
:
Boolean
?
=
null
,
val
write
:
String
?
=
null
)
Members
Constructors
Large
Blob
Extension
Input
Dto
Link copied to clipboard
constructor
(
support
:
String
?
=
null
,
read
:
Boolean
?
=
null
,
write
:
String
?
=
null
)
Properties
read
Link copied to clipboard
@
SerialName
(
value
=
"read"
)
val
read
:
Boolean
?
support
Link copied to clipboard
@
SerialName
(
value
=
"support"
)
val
support
:
String
?
write
Link copied to clipboard
@
SerialName
(
value
=
"write"
)
val
write
:
String
?