authToken: {
          get: function() { return config.authToken; },
          set: function(value) { config.authToken = value; }
        },