Package-level declarations

The LoginScreen is a key component of the account module. It is responsible for handling user authentication in Spezi Framework. This screen provides an interface for users to enter their email and password to log into their account.

Types

Link copied to clipboard
sealed interface Action
Link copied to clipboard
Link copied to clipboard
data class UiState(val password: FieldState = FieldState(), val email: FieldState = FieldState(), val passwordVisibility: Boolean = false, val showProgress: Boolean = false, val showFilterByAuthorizedAccounts: Boolean = true, val isFormValid: Boolean = false, val isPasswordSignInEnabled: Boolean = false, val pendingActions: PendingActions<Action.Async> = PendingActions())

Functions

Link copied to clipboard