mfaFactorsProvider top-level property
- @ProviderFor.new(mfaFactors)
final
Lists all verified TOTP factors for the current user.
Copied from mfaFactors.
Implementation
@ProviderFor(mfaFactors)
final mfaFactorsProvider = AutoDisposeFutureProvider<List<Factor>>.internal(
mfaFactors,
name: r'mfaFactorsProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$mfaFactorsHash,
dependencies: null,
allTransitiveDependencies: null,
);