KindeErrorCode class abstract

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

authStateNotMatch → const String
Parameter 'state' used for login request isn't equal stored one.
initializingFailed → const String
General initialization of the SDK failed.
invalidRedirect → const String
loginInProcess → const String
logoutRequestFailed → const String
The request to logout the user failed.
missingConfig → const String
Configuration required for SDK initialization is missing.
noAuthStateStored → const String
Parameter 'state' used for login request in secure storage.
noCodeVerifier → const String
No code verifier was found when one was expected for PKCE flow.
notRedirect → const String
Parameter 'state' used for login request doesn't match the stored state value.
refreshTokenExpired → const String
Indicates that the refresh token has expired and a new authentication is required.
requestTimedOut → const String
sessionExpiredOrInvalid → const String
The user's session has expired or is invalid, requiring re-authentication.
unknown → const String
Used when the specific error is unknown or cannot be determined.
unsupportedScheme → const String
Web-only: indicates a scheme that is neither "http" nor "https".
userCanceled → const String
User canceled login/registration process.
webInitializingFailed → const String
Initialization of web-specific authentication components failed.