enrolledFactors property

List<MultiFactorInfo> enrolledFactors

List of second factors enrolled with the current user.

Currently only phone second factors are supported.

Implementation

List<MultiFactorInfo> get enrolledFactors => getList('mfaInfo') ?? [];