public class GenericIdpAnonymousUpgradeLinkingHandler extends GenericIdpSignInHandler
| Constructor and Description |
|---|
GenericIdpAnonymousUpgradeLinkingHandler(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
startSignIn(com.google.firebase.auth.FirebaseAuth auth,
HelperActivityBase activity,
String providerId)
Start the login process for the IDP using the web based Generic IDP flow if applicable,
e.g.
|
buildOAuthProvider, getGenericFacebookConfig, getGenericGoogleConfig, handleMergeFailure, handleNormalSignInFlow, handleSuccess, handleSuccess, initializeForTesting, onActivityResult, startSignIninitWithgetOperation, setResultgetArguments, init, onCleared, onCreate, setArgumentspublic GenericIdpAnonymousUpgradeLinkingHandler(Application application)
public void startSignIn(@NonNull
com.google.firebase.auth.FirebaseAuth auth,
@NonNull
HelperActivityBase activity,
@NonNull
String providerId)
ProviderSignInBasestartSignIn in class GenericIdpSignInHandlerauth - the Firebase auth instanceactivity - from which to start the login, DO NOT USE OUTSIDE OF THIS METHOD!!!providerId - the provider to sign-in with (e.g. "microsoft.com")