-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public class WelcomeBackPasswordHandler extends SignInViewModelBase
Handles the logic for com.firebase.ui.auth.ui.email.WelcomeBackPasswordPrompt including signing in with email and password, linking other credentials, and saving credentials to SmartLock.
-
-
Constructor Summary
Constructors Constructor Description WelcomeBackPasswordHandler(Application application)
-
Method Summary
Modifier and Type Method Description voidstartSignIn(@NonNull() String email, @NonNull() String password, @NonNull() IdpResponse inputResponse, @Nullable() AuthCredential credential)Kick off the sign-in process. StringgetPendingPassword()Get the most recent pending password. -
Methods inherited from class com.firebase.ui.auth.viewmodel.SignInViewModelBase
handleSuccess, setResult -
Methods inherited from class com.firebase.ui.auth.viewmodel.AuthViewModelBase
getCurrentUser, initializeForTesting -
Methods inherited from class com.firebase.ui.auth.viewmodel.OperableViewModel
getOperation -
Methods inherited from class com.firebase.ui.auth.viewmodel.ViewModelBase
init -
Methods inherited from class androidx.lifecycle.AndroidViewModel
getApplication -
Methods inherited from class androidx.lifecycle.ViewModel
addCloseable -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WelcomeBackPasswordHandler
WelcomeBackPasswordHandler(Application application)
-
-
Method Detail
-
startSignIn
void startSignIn(@NonNull() String email, @NonNull() String password, @NonNull() IdpResponse inputResponse, @Nullable() AuthCredential credential)
Kick off the sign-in process.
-
getPendingPassword
String getPendingPassword()
Get the most recent pending password.
-
-
-
-