Class: Grape::Middleware::Auth::Basic
- Defined in:
- lib/grape/middleware/auth/basic.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#before, #credentials, #initialize
Methods inherited from Base
#after, #before, #call, #call!, #content_type, #content_type_for, #content_types, #default_options, #initialize, #mime_types, #response
Constructor Details
This class inherits a constructor from Grape::Middleware::Auth::Base
Instance Method Details
#base_request ⇒ Object
7 8 9 |
# File 'lib/grape/middleware/auth/basic.rb', line 7 def base_request Rack::Auth::Basic::Request.new(env) end |