Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- [auth](/docs/reference/node/firebase.auth).\n- MultiFactorInfo \nA structure containing the information of a second factor entity.\n\nIndex\n\nProperties\n\n- [displayName](/docs/reference/node/firebase.auth.multifactorinfo#displayname)\n- [enrollmentTime](/docs/reference/node/firebase.auth.multifactorinfo#enrollmenttime)\n- [factorId](/docs/reference/node/firebase.auth.multifactorinfo#factorid)\n- [uid](/docs/reference/node/firebase.auth.multifactorinfo#uid)\n\nProperties\n\nOptional displayName \ndisplayName: string \\| null \nThe user friendly name of the current second factor.\n\nenrollmentTime \nenrollmentTime: string \nThe enrollment date of the second factor formatted as a UTC string.\n\nfactorId \nfactorId: string \nThe identifier of the second factor.\n\nuid \nuid: string \nThe multi-factor enrollment ID."]]
A structure containing the information of a second factor entity.