PhoneMultiFactorInfo class

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.