AuthFailed class

An AuthState that indicates that something went wrong during authentication.

See AuthState docs for usage examples.

Inheritance

Constructors

AuthFailed(Exception exception)
An AuthState that indicates that something went wrong during authentication.

Properties

exception Exception
The error that occurred during authentication. Often this is an instance of FirebaseAuthException that might contain more details 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.
inherited

Operators

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