Hooked up the new modular authenticator stuff

This commit is contained in:
ceikry 2022-04-30 22:16:53 -05:00
parent 6b7a1bb827
commit 43d1a5348a

View file

@ -1,27 +0,0 @@
package rs09.auth
enum class LoginResponse {
UnexpectedError,
CouldNotAd,
Success,
InvalidCredentials,
AccountDisabled,
AlreadyOnline,
Updated,
FullWorld,
LoginServerOffline,
LoginLimitExceeded,
BadSessionID,
WeakPassword,
MembersWorld,
CouldNotLogin,
Updating,
TooManyIncorrectLogins,
StandingInMembersArea,
AccountLocked,
ClosedBeta,
InvalidLoginServer,
MovingWorld,
ErrorLoadingProfile,
BannedUser
}