AuthErrorCode class

Ошибки авторизации.

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

domain → const String
Домен.
emailIsBusy → const int
Пользователь с указанным email уже существует.
incorrectClientVersion → const int
Неподдерживаемая версия клиента.
incorrectPassword → const int
Неверный пароль.
invalidLoginInfo → const int
Неверные данные авторизации (логин/пароль).
refreshTokenNotFound → const int
Переданный JWT refresh-токен не найден.
tokenAlreadyUsed → const int
Токен уже был использован.
tokenCanceled → const int
Токен аннулирован.
tokenExpired → const int
Токен устарел.
unauthorized → const int
Не авторизован.
unsupportedActionForUser → const int
Действие не поддерживается для данного пользователя.