class Rack::OAuth2::Server::Authorize::Code::Response

Public Instance Methods

protocol_params() click to toggle source
# File lib/rack/oauth2/server/authorize/code.rb, line 27
def protocol_params
  super.merge(code: code)
end
protocol_params_location() click to toggle source
# File lib/rack/oauth2/server/authorize/code.rb, line 31
def protocol_params_location
  :query
end