CeremonyStart

data class CeremonyStart<State, Options>(val state: State, val options: Options)

Server-owned continuation state and options returned when a ceremony starts.

Constructors

Link copied to clipboard
constructor(state: State, options: Options)

Properties

Link copied to clipboard
Link copied to clipboard