private static bool CheckSessionToken(string sessionToken) { var check = new AuthentificationCheck(sessionToken); return ((AuthentificationCheck)check.DoPost()).valid; }
private static bool CheckSessionToken(string sessionToken) { var check = new AuthentificationCheck(sessionToken); return(((AuthentificationCheck)check.DoPost()).valid); }