class AuthResult { static const int OK = 1; static const int REJECT = -1; static const int ASK = 0; }