Skip to content

cloudfire-auth / CreatePhoneMultiFactorInfoRequest

Interface: CreatePhoneMultiFactorInfoRequest

Defined in: types/firebase-admin/auth-config.ts:43

Interface representing a phone specific user-enrolled second factor for a CreateRequest.

Extends

  • BaseCreateMultiFactorInfoRequest

Properties

displayName?

optional displayName: string

Defined in: types/firebase-admin/auth-config.ts:33

The optional display name for an enrolled second factor.

Inherited from

BaseCreateMultiFactorInfoRequest.displayName


factorId

factorId: string

Defined in: types/firebase-admin/auth-config.ts:37

The type identifier of the second factor. For SMS second factors, this is phone.

Inherited from

BaseCreateMultiFactorInfoRequest.factorId


phoneNumber

phoneNumber: string

Defined in: types/firebase-admin/auth-config.ts:47

The phone number associated with a phone second factor.