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

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.

Methods

resolveSignIn

</>

Resolve the multi factor flow.

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