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

code String
Stable machine-readable code for the failed authentication flow.
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
Returns the exception in its stable diagnostic form.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited