PhoneMultiFactorInfo class
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing a phone specific user-enrolled second factor.
Signature:
export declare class PhoneMultiFactorInfo extends MultiFactorInfo
Extends: MultiFactorInfo
Properties
Property |
Modifiers |
Type |
Description |
phoneNumber |
|
string |
The phone number associated with a phone second factor. |
Methods
Method |
Modifiers |
Description |
toJSON() |
|
Returns a JSON-serializable representation of this object. |
PhoneMultiFactorInfo.phoneNumber
The phone number associated with a phone second factor.
Signature:
readonly phoneNumber: string;
PhoneMultiFactorInfo.toJSON()
Returns a JSON-serializable representation of this object.
Signature:
toJSON(): object;
Returns:
object
A JSON-serializable representation of this object.
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 a phone specific user-enrolled second factor.\n\n**Signature:** \n\n export declare class PhoneMultiFactorInfo extends MultiFactorInfo \n\n**Extends:** [MultiFactorInfo](./firebase-admin.auth.multifactorinfo.md#multifactorinfo_class)\n\nProperties\n\nMethods\n\nPhoneMultiFactorInfo.phoneNumber\n\nThe phone number associated with a phone second factor.\n\n**Signature:** \n\n readonly phoneNumber: string;\n\nPhoneMultiFactorInfo.toJSON()\n\nReturns a JSON-serializable representation of this object.\n\n**Signature:** \n\n toJSON(): object;\n\n**Returns:**\n\nobject\n\nA JSON-serializable representation of this object."]]