PhoneMultiFactorInfo class

Interface representing a phone specific user-enrolled second factor.

Signature:

exportdeclareclassPhoneMultiFactorInfoextendsMultiFactorInfo

Extends:MultiFactorInfo

Properties

PropertyModifiersTypeDescription
phoneNumberstringThe phone number associated with a phone second factor.

Methods

MethodModifiersDescription
toJSON()Returns a JSON-serializable representation of this object.

PhoneMultiFactorInfo.phoneNumber

The phone number associated with a phone second factor.

Signature:

readonlyphoneNumber:string;

PhoneMultiFactorInfo.toJSON()

Returns a JSON-serializable representation of this object.

Signature:

toJSON():object;

Returns:

object

A JSON-serializable representation of this object.