Driver.prototype.updateKey = function(id, key, params, callback) {
  this.connection.updateKey(id, key, params, callback);
};