FailedAuthException class
Exception thrown when authentication fails
Used to indicate that an authentication attempt was unsuccessful @deprecated This exception is deprecated and will be removed in a future version
- Implemented types
- Annotations
Constructors
- FailedAuthException(String message)
-
Creates a new FailedAuthException with the specified message
@deprecated This constructor is deprecated and will be removed in a future version
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this exception
@deprecated This method is deprecated and will be removed in a future version
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited