Rack::OAuth2::Server::Authorize::Request
# File lib/rack/oauth2/server/authorize/token.rb, line 13 def initialize(env) super @response_type = :token attr_missing! end
# File lib/rack/oauth2/server/authorize/token.rb, line 19 def error_params_location :fragment end