case 'api key': {
      // validate the "api key"
      if (utils.isValidApiKey(value)) {
        // set if valid
        this._options[key] = value;