namespace OpenSEMI.ClientBase { public enum AuthorizeResult { None = -1, WrongPwd = 1, HasLogin, NoMatchRole, NoSession, NoMatchUser } }