public class WelcomeBackPasswordHandler extends SignInViewModelBase
WelcomeBackPasswordPrompt including
signing in with email and password, linking other credentials, and saving credentials to
SmartLock.| Constructor and Description |
|---|
WelcomeBackPasswordHandler(Application application) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPendingPassword()
Get the most recent pending password.
|
void |
startSignIn(String email,
String password,
IdpResponse inputResponse,
com.google.firebase.auth.AuthCredential credential)
Kick off the sign-in process.
|
handleMergeFailure, handleMergeFailure, handleSuccess, setResultgetAuth, getCredentialsClient, getCurrentUser, initializeForTesting, onCreategetOperationgetArguments, init, onCleared, setArgumentspublic WelcomeBackPasswordHandler(Application application)
public void startSignIn(@NonNull
String email,
@NonNull
String password,
@NonNull
IdpResponse inputResponse,
@Nullable
com.google.firebase.auth.AuthCredential credential)
public String getPendingPassword()