WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-server-ktor
/
dev.webauthn.server.ktor
/
RegistrationFinishPayload
Registration
Finish
Payload
@
Serializable
data
class
RegistrationFinishPayload
(
val
response
:
RegistrationResponseDto
)
Request payload for registration-finish HTTP endpoint.
Members
Constructors
Registration
Finish
Payload
Link copied to clipboard
constructor
(
response
:
RegistrationResponseDto
)
Properties
response
Link copied to clipboard
val
response
:
RegistrationResponseDto