[[["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,["# BaseCreateMultiFactorInfoRequest interface\n\nInterface representing base properties of a user-enrolled second factor for a `CreateRequest`.\n\n**Signature:** \n\n export interface BaseCreateMultiFactorInfoRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------------|\n| [displayName](./firebase-admin.auth.basecreatemultifactorinforequest.md#basecreatemultifactorinforequestdisplayname) | string | The optional display name for an enrolled second factor. |\n| [factorId](./firebase-admin.auth.basecreatemultifactorinforequest.md#basecreatemultifactorinforequestfactorid) | string | The type identifier of the second factor. For SMS second factors, this is `phone`. |\n\nBaseCreateMultiFactorInfoRequest.displayName\n--------------------------------------------\n\nThe optional display name for an enrolled second factor.\n\n**Signature:** \n\n displayName?: string;\n\nBaseCreateMultiFactorInfoRequest.factorId\n-----------------------------------------\n\nThe type identifier of the second factor. For SMS second factors, this is `phone`.\n\n**Signature:** \n\n factorId: string;"]]