enrolledFactors property

List<UpdateMultiFactorInfoRequest>? enrolledFactors
final

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.

Implementation

final List<UpdateMultiFactorInfoRequest>? enrolledFactors;