AuthFlowException class
Exception used for framework-agnostic auth flow failures.
- Implemented types
- Implementers
Constructors
- AuthFlowException(String code)
-
Creates an exception carrying the stable flow error
code.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns the exception in its stable diagnostic form.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited