RegistrationResponsePayloadDto

@Serializable
data class RegistrationResponsePayloadDto(val clientDataJson: String, val attestationObject: String)

Constructors

Link copied to clipboard
constructor(clientDataJson: String, attestationObject: String)

Properties

Link copied to clipboard
@SerialName(value = "attestationObject")
val attestationObject: String
Link copied to clipboard
@SerialName(value = "clientDataJSON")
val clientDataJson: String