MfaFactors class

MFAFactors

Implemented types

Constructors

MfaFactors({required bool totp, required bool phone, required bool email, required bool recoveryCode, required bool custom})
MfaFactors.fromMap(Map<String, dynamic> map)
factory

Properties

custom → bool
Can custom factor be used for MFA challenge for this account.
final
email → bool
Can email be used for MFA challenge for this account.
final
hashCode → int
The hash code for this object.
no setterinherited
phone → bool
Can phone (SMS) be used for MFA challenge for this account.
final
recoveryCode → bool
Can recovery code be used for MFA challenge for this account.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totp → bool
Can TOTP be used for MFA challenge for this account.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited