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 > IdTokenResult > signInSecondFactor

IdTokenResult.signInSecondFactor property

The type of second factor associated with this session, provided the user was multi-factor authenticated (eg. phone, etc).

Signature:

signInSecondFactor: string | null;