AuthenticationException class
Exception thrown when authentication fails.
- Implemented types
Constructors
- AuthenticationException(String error, {String? errorDescription, String? errorUri})
Properties
- error → String
-
final
- errorDescription → String?
-
Human-readable ASCII text providing additional information, used to assist
the client developer in understanding the error that occurred.
final
- errorUri → String?
-
A URI identifying a human-readable web page with information about the
error, used to provide the client developer with additional information
about the error.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited