[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[],null,["# MultiFactorInfo | JavaScript SDK\n\n- [firebase](/docs/reference/js/v8/firebase).\n- [auth](/docs/reference/js/v8/firebase.auth).\n- MultiFactorInfo\n==============================================================================================================\n\nA structure containing the information of a second factor entity.\n\nIndex\n-----\n\n### Properties\n\n- [displayName](/docs/reference/js/v8/firebase.auth.MultiFactorInfo#displayname)\n- [enrollmentTime](/docs/reference/js/v8/firebase.auth.MultiFactorInfo#enrollmenttime)\n- [factorId](/docs/reference/js/v8/firebase.auth.MultiFactorInfo#factorid)\n- [uid](/docs/reference/js/v8/firebase.auth.MultiFactorInfo#uid)\n\nProperties\n----------\n\n### Optional displayName\n\ndisplayName: string \\| null \nThe user friendly name of the current second factor.\n\n### enrollmentTime\n\nenrollmentTime: string \nThe enrollment date of the second factor formatted as a UTC string.\n\n### factorId\n\nfactorId: string \nThe identifier of the second factor.\n\n### uid\n\nuid: string \nThe multi-factor enrollment ID."]]
A structure containing the information of a second factor entity.