Skip to content

cloudfire-auth / UpdatePhoneMultiFactorInfoRequest

Interface: UpdatePhoneMultiFactorInfoRequest

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

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

Extends

  • BaseUpdateMultiFactorInfoRequest

Properties

displayName?

optional displayName: string

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

The optional display name for an enrolled second factor.

Inherited from

BaseUpdateMultiFactorInfoRequest.displayName


enrollmentTime?

optional enrollmentTime: string

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

The optional date the second factor was enrolled, formatted as a UTC string.

Inherited from

BaseUpdateMultiFactorInfoRequest.enrollmentTime


factorId

factorId: string

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

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

Inherited from

BaseUpdateMultiFactorInfoRequest.factorId


phoneNumber

phoneNumber: string

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

The phone number associated with a phone second factor.


uid?

optional uid: string

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

The ID of the enrolled second factor. This ID is unique to the user. When not provided, a new one is provisioned by the Auth server.

Inherited from

BaseUpdateMultiFactorInfoRequest.uid