# File lib/rack/oauth2/server/rails/authorize.rb, line 6 def initialize(app) super() @app = app end
# File lib/rack/oauth2/server/rails/authorize.rb, line 11 def _call(env) prepare_oauth_env env @app.call env rescue Rack::OAuth2::Server::Abstract::Error => e e.finish end