[[["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-07-12 UTC."],[],[],null,["Interface representing the common properties of a user-enrolled second factor.\n\n**Signature:** \n\n export declare abstract class MultiFactorInfo \n\nProperties\n\nMethods\n\nMultiFactorInfo.displayName\n\nThe optional display name of the enrolled second factor.\n\n**Signature:** \n\n readonly displayName?: string;\n\nMultiFactorInfo.enrollmentTime\n\nThe optional date the second factor was enrolled, formatted as a UTC string.\n\n**Signature:** \n\n readonly enrollmentTime?: string;\n\nMultiFactorInfo.factorId\n\nThe type identifier of the second factor. For SMS second factors, this is `phone`. For TOTP second factors, this is `totp`.\n\n**Signature:** \n\n readonly factorId: string;\n\nMultiFactorInfo.uid\n\nThe ID of the enrolled second factor. This ID is unique to the user.\n\n**Signature:** \n\n readonly uid: string;\n\nMultiFactorInfo.toJSON()\n\nReturns a JSON-serializable representation of this object.\n\n**Signature:** \n\n toJSON(): object;\n\n**Returns:**\n\nobject\n\nA JSON-serializable representation of this object."]]