Bock.prototype.auth = function (username, password) {
  this.config.username = username
  this.config.password = password
  return this
}