[[["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,["Interface representing common properties of a user-enrolled second factor for an `UpdateRequest`.\n\n**Signature:** \n\n export interface BaseUpdateMultiFactorInfoRequest \n\nProperties\n\nBaseUpdateMultiFactorInfoRequest.displayName\n\nThe optional display name for an enrolled second factor.\n\n**Signature:** \n\n displayName?: string;\n\nBaseUpdateMultiFactorInfoRequest.enrollmentTime\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\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\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;"]]