[[["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,["A structure containing the information of a second factor entity.\n\n**Signature:** \n\n export interface MultiFactorInfo \n\nProperties\n\nMultiFactorInfo.displayName\n\nThe user friendly name of the current second factor.\n\n**Signature:** \n\n readonly displayName?: string | null;\n\nMultiFactorInfo.enrollmentTime\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\nThe identifier of the second factor.\n\n**Signature:** \n\n readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];\n\nMultiFactorInfo.uid\n\nThe multi-factor enrollment ID.\n\n**Signature:** \n\n readonly uid: string;"]]