Class: Rack::OAuth2::Server::Authorize::Code::Response
- Inherits:
-
Response
- Object
- Response
- Rack::OAuth2::Server::Abstract::Response
- Response
- Rack::OAuth2::Server::Authorize::Code::Response
- Defined in:
- lib/rack/oauth2/server/authorize/code.rb
Instance Method Summary collapse
Methods inherited from Response
#approve!, #approved?, #finish, #initialize, #redirect_uri_with_credentials
Methods inherited from Rack::OAuth2::Server::Abstract::Response
Constructor Details
This class inherits a constructor from Rack::OAuth2::Server::Authorize::Response
Instance Method Details
#protocol_params ⇒ Object
29 30 31 |
# File 'lib/rack/oauth2/server/authorize/code.rb', line 29 def protocol_params super.merge(code: code) end |
#protocol_params_location ⇒ Object
33 34 35 |
# File 'lib/rack/oauth2/server/authorize/code.rb', line 33 def protocol_params_location :query end |