[[["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-29 UTC."],[],[],null,["# PhoneMultiFactorInfo class\n\nInterface representing a phone specific user-enrolled second factor.\n\n**Signature:** \n\n export declare class PhoneMultiFactorInfo extends MultiFactorInfo \n\n**Extends:** [MultiFactorInfo](./firebase-admin.auth.multifactorinfo.md#multifactorinfo_class)\n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------------------------------------------------------|-----------|--------|---------------------------------------------------------|\n| [phoneNumber](./firebase-admin.auth.phonemultifactorinfo.md#phonemultifactorinfophonenumber) | | string | The phone number associated with a phone second factor. |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|--------------------------------------------------------------------------------------|-----------|------------------------------------------------------------|\n| [toJSON()](./firebase-admin.auth.phonemultifactorinfo.md#phonemultifactorinfotojson) | | Returns a JSON-serializable representation of this object. |\n\nPhoneMultiFactorInfo.phoneNumber\n--------------------------------\n\nThe phone number associated with a phone second factor.\n\n**Signature:** \n\n readonly phoneNumber: string;\n\nPhoneMultiFactorInfo.toJSON()\n-----------------------------\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."]]