PhoneMultiFactorInfo interface

The subclass of the MultiFactorInfo interface for phone number second factors. The factorId of this second factor is FactorId.PHONE.

Signature:

export interface PhoneMultiFactorInfo extends MultiFactorInfo 

Extends: MultiFactorInfo

Properties

Property Type Description
phoneNumber string The phone number associated with the current second factor.

PhoneMultiFactorInfo.phoneNumber

The phone number associated with the current second factor.

Signature:

readonly phoneNumber: string;