TokenErrorMessages class

The TokenErrorMessages class provides a collection of static constant strings representing various error messages related to token operations. These error messages can be used throughout the application to provide consistent and meaningful error feedback.

Constructors

TokenErrorMessages()

Properties

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

Constants

failedToClearAccessToken → const String
Error message indicating a failure to clear the access token.
failedToClearRefreshToken → const String
Error message indicating a failure to clear the refresh token.
failedToExtractAccessToken → const String
Error message indicating a failure to extract the access token.
failedToGetAccessToken → const String
Error message indicating a failure to retrieve the access token.
failedToGetRefreshToken → const String
Error message indicating a failure to retrieve the refresh token.
failedToRefreshAccessToken → const String
Error message indicating a failure to refresh the access token.
failedToSaveAccessToken → const String
Error message indicating a failure to save the access token.
failedToSaveRefreshToken → const String
Error message indicating a failure to save the refresh token.
refreshTokenIsNull → const String
Error message indicating that the refresh token is null.