Jump to top

MultiFactorResolver

interface

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

Properties

_auth

</>

For testing purposes only

_auth: Module;

hints

</>

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

hints: MultiFactorInfo[];

session

</>

Serialized session this resolver belongs to.

session: string;

Methods

resolveSignIn

</>

Resolve the multi factor flow.

resolveSignIn(assertion: MultiFactorAssertion): Promise<UserCredential>;