Class: Rack::OAuth2::Server::Authorize::Code::Response

Inherits:
Response show all
Defined in:
lib/rack/oauth2/server/authorize/code.rb

Instance Method Summary collapse

Methods inherited from Response

#approve!, #approved?, #finish, #initialize

Methods inherited from Rack::OAuth2::Server::Abstract::Response

#initialize

Constructor Details

This class inherits a constructor from Rack::OAuth2::Server::Authorize::Response

Instance Method Details

#protocol_paramsObject



23
24
25
# File 'lib/rack/oauth2/server/authorize/code.rb', line 23

def protocol_params
  super.merge(:code => code)
end

#protocol_params_locationObject



27
28
29
# File 'lib/rack/oauth2/server/authorize/code.rb', line 27

def protocol_params_location
  :query
end