The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > multiFactor

multiFactor() function

The MultiFactorUser corresponding to the user.

Signature:

export declare function multiFactor(user: User): MultiFactorUser;

Parameters

Parameter Type Description
user User The user.

Returns:

MultiFactorUser

Description

This is used to access all multi-factor properties and operations related to the user.