Class: Rack::OAuth2::Server::Rails::Authorize
- Inherits:
-
Authorize
- Object
- Abstract::Handler
- Authorize
- Rack::OAuth2::Server::Rails::Authorize
- Defined in:
- lib/rack/oauth2/server/rails/authorize.rb
Defined Under Namespace
Modules: ResponseExt
Instance Attribute Summary
Attributes inherited from Abstract::Handler
#authenticator, #request, #response
Instance Method Summary collapse
- #_call(env) ⇒ Object
-
#initialize(app) ⇒ Authorize
constructor
A new instance of Authorize.
Methods inherited from Abstract::Handler
Constructor Details
#initialize(app) ⇒ Authorize
Returns a new instance of Authorize.
6 7 8 9 |
# File 'lib/rack/oauth2/server/rails/authorize.rb', line 6 def initialize(app) super() @app = app end |