[[["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,["# BaseUpdateMultiFactorInfoRequest interface\n\nInterface representing common properties of a user-enrolled second factor for an `UpdateRequest`.\n\n**Signature:** \n\n export interface BaseUpdateMultiFactorInfoRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------|\n| [displayName](./firebase-admin.auth.baseupdatemultifactorinforequest.md#baseupdatemultifactorinforequestdisplayname) | string | The optional display name for an enrolled second factor. |\n| [enrollmentTime](./firebase-admin.auth.baseupdatemultifactorinforequest.md#baseupdatemultifactorinforequestenrollmenttime) | string | The optional date the second factor was enrolled, formatted as a UTC string. |\n| [factorId](./firebase-admin.auth.baseupdatemultifactorinforequest.md#baseupdatemultifactorinforequestfactorid) | string | The type identifier of the second factor. For SMS second factors, this is `phone`. |\n| [uid](./firebase-admin.auth.baseupdatemultifactorinforequest.md#baseupdatemultifactorinforequestuid) | string | The ID of the enrolled second factor. This ID is unique to the user. When not provided, a new one is provisioned by the Auth server. |\n\nBaseUpdateMultiFactorInfoRequest.displayName\n--------------------------------------------\n\nThe optional display name for an enrolled second factor.\n\n**Signature:** \n\n displayName?: string;\n\nBaseUpdateMultiFactorInfoRequest.enrollmentTime\n-----------------------------------------------\n\nThe optional date the second factor was enrolled, formatted as a UTC string.\n\n**Signature:** \n\n enrollmentTime?: string;\n\nBaseUpdateMultiFactorInfoRequest.factorId\n-----------------------------------------\n\nThe type identifier of the second factor. For SMS second factors, this is `phone`.\n\n**Signature:** \n\n factorId: string;\n\nBaseUpdateMultiFactorInfoRequest.uid\n------------------------------------\n\nThe ID of the enrolled second factor. This ID is unique to the user. When not provided, a new one is provisioned by the Auth server.\n\n**Signature:** \n\n uid?: string;"]]