AuthCancelledException class
Thrown by authenticate when the in-flight OAuth flow is aborted via cancelAuthenticate. Lets callers distinguish a deliberate user (or programmatic) cancellation from a genuine network/server failure so they can suppress error UI accordingly.
- Implemented types
Constructors
- AuthCancelledException([String message = 'Authentication was cancelled'])
-
const
Properties
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