AuthState

class AuthState(states: Map<String, Boolean> = emptyMap())(source)

Represents the state of auth forms.

Constructors

Link copied to clipboard
constructor(states: Map<String, Boolean> = emptyMap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current states of the form.

Link copied to clipboard

Whether the form is valid or not.

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
operator fun get(key: String): Boolean?
Link copied to clipboard
fun remove(key: String)
Link copied to clipboard
operator fun set(key: String, value: Boolean)