FlowResponse

data class FlowResponse(val flowResult: FlowResult) : RegistrationResult

The registration still miss some steps. See FlowResult to know the details.

Constructors

Link copied to clipboard
fun FlowResponse(flowResult: FlowResult)

Properties

Link copied to clipboard
val flowResult: FlowResult