This commit is contained in:
2024-11-26 13:03:17 +01:00
parent b0f58f5f40
commit a84b70991d
4 changed files with 20 additions and 43 deletions
-1
View File
@@ -3,5 +3,4 @@
namespace bakaapi {
void login(std::string username, std::string password);
void refresh_access_token();
bool is_logged_in();
} // namespace bakaapi