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-client-flow
/
dev.webauthn.client
/
CeremonyStart
Ceremony
Start
data
class
CeremonyStart
<
State
,
Options
>
(
val
state
:
State
,
val
options
:
Options
)
Server-owned continuation state and options returned when a ceremony starts.
Members
Constructors
Ceremony
Start
Link copied to clipboard
constructor
(
state
:
State
,
options
:
Options
)
Properties
options
Link copied to clipboard
val
options
:
Options
state
Link copied to clipboard
val
state
:
State