BaseUpdateMultiFactorInfoRequest interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing common properties of a user-enrolled second factor for an UpdateRequest
.
Signature:
export interface BaseUpdateMultiFactorInfoRequest
Properties
Property |
Type |
Description |
displayName |
string |
The optional display name for an enrolled second factor. |
enrollmentTime |
string |
The optional date the second factor was enrolled, formatted as a UTC string. |
factorId |
string |
The type identifier of the second factor. For SMS second factors, this is phone . |
uid |
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. |
BaseUpdateMultiFactorInfoRequest.displayName
The optional display name for an enrolled second factor.
Signature:
displayName?: string;
BaseUpdateMultiFactorInfoRequest.enrollmentTime
The optional date the second factor was enrolled, formatted as a UTC string.
Signature:
enrollmentTime?: string;
BaseUpdateMultiFactorInfoRequest.factorId
The type identifier of the second factor. For SMS second factors, this is phone
.
Signature:
factorId: string;
BaseUpdateMultiFactorInfoRequest.uid
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.
Signature:
uid?: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["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;"]]