AuthFailed class
Fired when an authentication attempt fails.
- Inheritance
-
- Object
- MagicEvent
- AuthFailed
Constructors
-
AuthFailed(Map<
String, dynamic> credentials, {String guard = 'web'})
Properties
-
credentials
→ Map<
String, dynamic> -
The credentials provided during the attempt.
final
- guard → String
-
The guard name used.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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