AuthFailure class

Failure for authentication-related errors.

Common scenarios:

  • Invalid credentials
  • Session expired
  • Email not confirmed
  • Invalid refresh token
Inheritance

Constructors

AuthFailure({String? errorCode, String? errorMessage})
const

Properties

errorCode String?
final
errorMessage String?
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

getSubtitle(BuildContext context) String
override
getTitle(BuildContext context) String
override
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