Class GenericIdpAnonymousUpgradeLinkingHandler

    • Constructor Detail

      • GenericIdpAnonymousUpgradeLinkingHandler

        public GenericIdpAnonymousUpgradeLinkingHandler​(Application application)
    • Method Detail

      • startSignIn

        public void startSignIn​(@NonNull
                                com.google.firebase.auth.FirebaseAuth auth,
                                @NonNull
                                HelperActivityBase activity,
                                @NonNull
                                String providerId)
        Description copied from class: ProviderSignInBase
        Start the login process for the IDP using the web based Generic IDP flow if applicable, e.g. sign-in through a custom-chrome tab, otherwise falls back to the default method.
        Overrides:
        startSignIn in class GenericIdpSignInHandler
        Parameters:
        auth - the Firebase auth instance
        activity - from which to start the login, DO NOT USE OUTSIDE OF THIS METHOD!!!
        providerId - the provider to sign-in with (e.g. "microsoft.com")