Dummy

data class Dummy(val mandatory: Boolean) : Stage

m.login.dummy, can be mandatory if there is no other stages. In this case the account cannot be created by just sending a username and a password, the dummy stage has to be done.

Constructors

Link copied to clipboard
fun Dummy(mandatory: Boolean)

Properties

Link copied to clipboard
open override val mandatory: Boolean