Skip to content

cloudfire-auth / MultiFactorSettings

Interface: MultiFactorSettings

Defined in: types/firebase-admin/user-record.ts:134

The multi-factor related user settings.

Properties

enrolledFactors

enrolledFactors: MultiFactorInfo[]

Defined in: types/firebase-admin/user-record.ts:139

List of second factors enrolled with the current user. Currently only phone and TOTP second factors are supported.

Methods

toJSON()

toJSON(): object

Defined in: types/firebase-admin/user-record.ts:145

Returns a JSON-serializable representation of this multi-factor object.

Returns

object

A JSON-serializable representation of this multi-factor object.