Rack::OAuth2::Server::Authorize::Response
# File lib/rack/oauth2/server/authorize/code.rb, line 29 def protocol_params super.merge(code: code) end
# File lib/rack/oauth2/server/authorize/code.rb, line 33 def protocol_params_location :query end