[[["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 2023-04-27 UTC."],[],[],null,["# MultiFactorInfo interface\n\nA structure containing the information of a second factor entity.\n\n**Signature:** \n\n export interface MultiFactorInfo \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------|\n| [displayName](./auth.multifactorinfo.md#multifactorinfodisplayname) | string \\| null | The user friendly name of the current second factor. |\n| [enrollmentTime](./auth.multifactorinfo.md#multifactorinfoenrollmenttime) | string | The enrollment date of the second factor formatted as a UTC string. |\n| [factorId](./auth.multifactorinfo.md#multifactorinfofactorid) | (typeof [FactorIdMap](./auth.md#factorid))\\[keyof typeof [FactorIdMap](./auth.md#factorid)\\] | The identifier of the second factor. |\n| [uid](./auth.multifactorinfo.md#multifactorinfouid) | string | The multi-factor enrollment ID. |\n\nMultiFactorInfo.displayName\n---------------------------\n\nThe user friendly name of the current second factor.\n\n**Signature:** \n\n readonly displayName?: string | null;\n\nMultiFactorInfo.enrollmentTime\n------------------------------\n\nThe enrollment date of the second factor formatted as a UTC string.\n\n**Signature:** \n\n readonly enrollmentTime: string;\n\nMultiFactorInfo.factorId\n------------------------\n\nThe identifier of the second factor.\n\n**Signature:** \n\n readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];\n\nMultiFactorInfo.uid\n-------------------\n\nThe multi-factor enrollment ID.\n\n**Signature:** \n\n readonly uid: string;"]]