Back to Firebase Js Sdk

PhoneMultiFactorInfo interface

docs-devsite/auth.phonemultifactorinfo.md

12.12.11.1 KB
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

PhoneMultiFactorInfo interface

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

<b>Signature:</b>

typescript
export interface PhoneMultiFactorInfo extends MultiFactorInfo 

<b>Extends:</b> MultiFactorInfo

Properties

PropertyTypeDescription
phoneNumberstringThe phone number associated with the current second factor.

PhoneMultiFactorInfo.phoneNumber

The phone number associated with the current second factor.

<b>Signature:</b>

typescript
readonly phoneNumber: string;