FirebaseAuthMultiFactorException class
MultiFactor exception related to Firebase Authentication. Check the error code and message for more details.
- Inheritance
-
- Object
- FirebaseException
- FirebaseAuthException
- FirebaseAuthMultiFactorException
Properties
- code → String
-
The optional code to accommodate the message.
finalinherited
- credential → AuthCredential?
-
The AuthCredential that can be used to resolve the error.
finalinherited
- email → String?
-
The email of the user's account used for sign-in/linking.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The long form message of the exception.
finalinherited
- phoneNumber → String?
-
The phone number of the user's account used for sign-in/linking.
finalinherited
- plugin → String
-
The plugin the exception is for.
finalinherited
- resolver → MultiFactorResolver
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace which provides information to the user about the call
sequence that triggered an exception
finalinherited
- tenantId → String?
-
The tenant ID being used for sign-in/linking.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited