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
/
LargeBlobExtensionOutputDto
Large
Blob
Extension
Output
Dto
@
Serializable
data
class
LargeBlobExtensionOutputDto
(
val
supported
:
Boolean
?
=
null
,
val
blob
:
String
?
=
null
,
val
written
:
Boolean
?
=
null
)
Members
Constructors
Large
Blob
Extension
Output
Dto
Link copied to clipboard
constructor
(
supported
:
Boolean
?
=
null
,
blob
:
String
?
=
null
,
written
:
Boolean
?
=
null
)
Properties
blob
Link copied to clipboard
@
SerialName
(
value
=
"blob"
)
val
blob
:
String
?
supported
Link copied to clipboard
@
SerialName
(
value
=
"supported"
)
val
supported
:
Boolean
?
written
Link copied to clipboard
@
SerialName
(
value
=
"written"
)
val
written
:
Boolean
?