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
/
RegistrationResponsePayloadDto
Registration
Response
Payload
Dto
@
Serializable
data
class
RegistrationResponsePayloadDto
(
val
clientDataJson
:
String
,
val
attestationObject
:
String
)
Members
Constructors
Registration
Response
Payload
Dto
Link copied to clipboard
constructor
(
clientDataJson
:
String
,
attestationObject
:
String
)
Properties
attestation
Object
Link copied to clipboard
@
SerialName
(
value
=
"attestationObject"
)
val
attestationObject
:
String
client
Data
Json
Link copied to clipboard
@
SerialName
(
value
=
"clientDataJSON"
)
val
clientDataJson
:
String