username

fun username(username: String, sending: MutableLiveData<Boolean>, usernameBeforePassword: MutableLiveData<Boolean>)

Sends the username to the server. If it succeeds, the sign-in state will proceed to SignInState.SigningIn.