presentation/providers/mfa_provider library
Properties
-
mfaEnrolledProvider
→ AutoDisposeProvider<
AsyncValue< bool> > -
Whether the current user has at least one verified TOTP factor.
final
-
mfaFactorsProvider
→ AutoDisposeFutureProvider<
List< Factor> > -
Lists all verified TOTP factors for the current user.
final
Functions
-
mfaEnrolled(
Ref< Object?> ref) → AsyncValue<bool> - Whether the current user has at least one verified TOTP factor.
-
mfaFactors(
Ref< Object?> ref) → Future<List< Factor> > - Lists all verified TOTP factors for the current user.