Async eqemu login credential lookup

This commit is contained in:
KimLS
2019-08-08 18:45:10 -07:00
parent 880de837d9
commit 6a64d845c2
6 changed files with 291 additions and 2 deletions
+10
View File
@@ -70,6 +70,16 @@ public:
const std::string &in_account_password,
const std::string &source_loginserver = "local"
);
/**
* @param in_account_username
* @param in_account_password
* @return
*/
static bool CheckExternalLoginserverUserCredentials(
const std::string &in_account_username,
const std::string &in_account_password
);
};