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
/
AuthenticationFinishPayload
Authentication
Finish
Payload
@
Serializable
data
class
AuthenticationFinishPayload
(
val
response
:
AuthenticationResponseDto
)
Request payload for authentication-finish HTTP endpoint.
Members
Constructors
Authentication
Finish
Payload
Link copied to clipboard
constructor
(
response
:
AuthenticationResponseDto
)
Properties
response
Link copied to clipboard
val
response
:
AuthenticationResponseDto