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