getAutoLogin method

bool getAutoLogin ()

获取是否自动登录

Implementation

bool getAutoLogin(){
  return _autoLogin;
}