-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public class LinkingSocialProviderResponseHandler extends SignInViewModelBase
-
-
Constructor Summary
Constructors Constructor Description LinkingSocialProviderResponseHandler(Application application)
-
Method Summary
Modifier and Type Method Description voidsetRequestedSignInCredentialForEmail(@Nullable() AuthCredential credential, @Nullable() String email)voidstartSignIn(@NonNull() IdpResponse response)booleanhasCredentialForLinking()-
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
-
LinkingSocialProviderResponseHandler
LinkingSocialProviderResponseHandler(Application application)
-
-
Method Detail
-
setRequestedSignInCredentialForEmail
void setRequestedSignInCredentialForEmail(@Nullable() AuthCredential credential, @Nullable() String email)
-
startSignIn
void startSignIn(@NonNull() IdpResponse response)
-
hasCredentialForLinking
boolean hasCredentialForLinking()
-
-
-
-