password
fun password(password: String, processing: MutableLiveData<Boolean>, usernameBeforePassword: MutableLiveData<Boolean>, passwordBeforeNextTask: MutableLiveData<Boolean>)
Content copied to clipboard
Signs in with a password. This should be called only when the sign-in state is SignInState.SigningIn. If it succeeds, the sign-in state will proceed to SignInState.SignedIn.
Parameters
processing
The value is set to true while the API call is ongoing.