Authkey is now stored in .config file to allow automatic logging in

This commit is contained in:
CrushedPixel
2015-05-05 22:56:25 +02:00
parent f49a180b3e
commit ccaa93116d
7 changed files with 56 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ package eu.crushedpixel.replaymod.api.client;
public class ApiMethods {
public static final String register = "register";
public static final String check_authkey = "check_authkey";
public static final String login = "login";
public static final String logout = "logout";
public static final String replay_files = "replay_files";