BaseCreateMultiFactorInfoRequest interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing base properties of a user-enrolled second factor for a CreateRequest
.
Signature:
export interface BaseCreateMultiFactorInfoRequest
Properties
Property |
Type |
Description |
displayName |
string |
The optional display name for an enrolled second factor. |
factorId |
string |
The type identifier of the second factor. For SMS second factors, this is phone . |
BaseCreateMultiFactorInfoRequest.displayName
The optional display name for an enrolled second factor.
Signature:
displayName?: string;
BaseCreateMultiFactorInfoRequest.factorId
The type identifier of the second factor. For SMS second factors, this is phone
.
Signature:
factorId: 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,["# 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;"]]