# File lib/rack/oauth2/server/authorize/token.rb, line 27 def protocol_params super.merge( access_token.token_response.delete_if do |k, v| k == :refresh_token end ) end
# File lib/rack/oauth2/server/authorize/token.rb, line 35 def protocol_params_location :fragment end