[[["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,["# MultiFactorSettings class\n\nThe multi-factor related user settings.\n\n**Signature:** \n\n export declare class MultiFactorSettings \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------------------------------------------------------------|-----------|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|\n| [enrolledFactors](./firebase-admin.auth.multifactorsettings.md#multifactorsettingsenrolledfactors) | | [MultiFactorInfo](./firebase-admin.auth.multifactorinfo.md#multifactorinfo_class)\\[\\] | List of second factors enrolled with the current user. Currently only phone and TOTP second factors are supported. |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|------------------------------------------------------------------------------------|-----------|-------------------------------------------------------------------------|\n| [toJSON()](./firebase-admin.auth.multifactorsettings.md#multifactorsettingstojson) | | Returns a JSON-serializable representation of this multi-factor object. |\n\nMultiFactorSettings.enrolledFactors\n-----------------------------------\n\nList of second factors enrolled with the current user. Currently only phone and TOTP second factors are supported.\n\n**Signature:** \n\n enrolledFactors: MultiFactorInfo[];\n\nMultiFactorSettings.toJSON()\n----------------------------\n\nReturns a JSON-serializable representation of this multi-factor object.\n\n**Signature:** \n\n toJSON(): object;\n\n**Returns:**\n\nobject\n\nA JSON-serializable representation of this multi-factor object."]]