Class: WEBrick::HTTPAuth::NotPermitted

Inherits:
Object
  • Object
show all
Defined in:
lib/authenticators.rb

Instance Method Summary collapse

Instance Method Details

#authenticate(req, res) ⇒ Object

Raises:

  • (WEBrick::HTTPStatus::Unauthorized)


38
39
40
# File 'lib/authenticators.rb', line 38

def authenticate(req, res)
	raise WEBrick::HTTPStatus::Unauthorized
end