SigningIn

data class SigningIn(username: String) : SignInState

The user is signing in. The user has entered the username and is ready to sign in with password or FIDO2.

Constructors

SigningIn
Link copied to clipboard
fun SigningIn(username: String)

Properties

username
Link copied to clipboard
val username: String