React Native Firebase
    Preparing search index...

    Facilitates the recovery when a user needs to provide a second factor to sign-in.

    interface MultiFactorResolver {
        _auth?: FirebaseAuthTypes.Module;
        hints: MultiFactorInfo[];
        session: MultiFactorSession;
        resolveSignIn(assertion: MultiFactorAssertion): Promise<UserCredential>;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    For testing purposes only

    A list of enrolled factors that can be used to complete the multi-factor challenge.

    Serialized session this resolver belongs to.