unauthorized method

Response unauthorized()

Implementation

Response unauthorized() {
  _status.unauthorized();
  return this;
}