EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for APIServiceDB, including all inherited members.
APIServiceDB() | APIServiceDB | |
GetAccountIdFromUserID(std::string userID, uint32 *accountID) | APIServiceDB | |
GetAccountIdFromUsername(std::string username, std::string *accountID) | APIServiceDB | |
GetApiAccountInfoUsingAccountID(std::string accountID, uint32 *userID, std::string *apiFullKey, std::string *apiLimitedKey, uint32 *apiRole) | APIServiceDB | |
GetApiAccountInfoUsingUserID(std::string userID, std::string *apiFullKey, std::string *apiLimitedKey, uint32 *apiRole) | APIServiceDB | |
InsertNewUserIdApiKeyInfoToDatabase(uint32 accountID, std::string apiFullKey, std::string apiLimitedKey, uint32 apiRole) | APIServiceDB | |
UpdateUserIdApiKeyDatabaseRow(uint32 userID, std::string apiFullKey, std::string apiLimitedKey) | APIServiceDB | |
UpdateUserIdApiRole(uint32 userID, uint32 apiRole) | APIServiceDB |