Skip to content

cloudfire-auth / MultiFactorUpdateSettings

Interface: MultiFactorUpdateSettings

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

The multi-factor related user settings for update operations.

Properties

enrolledFactors

enrolledFactors: UpdatePhoneMultiFactorInfoRequest[] | null

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

The updated list of enrolled second factors. The provided list overwrites the user's existing list of second factors. When null is passed, all of the user's existing second factors are removed.