onLogin

abstract suspend fun onLogin(key: String, data: Map<String, String?>): List<User>

Called when the user submits the login form.

Return

A list of users that are logged in

Parameters

data

A map of the input fields with the key as the key from the InputField and the value as the user input

See also