Class: WEBrick::HTTPAuth::NotPermitted
- Inherits:
-
Object
- Object
- WEBrick::HTTPAuth::NotPermitted
- Defined in:
- lib/authenticators.rb
Instance Method Summary collapse
Instance Method Details
#authenticate(req, res) ⇒ Object
38 39 40 |
# File 'lib/authenticators.rb', line 38 def authenticate(req, res) raise WEBrick::HTTPStatus::Unauthorized end |