class Rack::OAuth2::Server::Authorize::Extension::CodeAndToken::Response
Public Instance Methods
protocol_params()
click to toggle source
Calls superclass method
Rack::OAuth2::Server::Authorize::Token::Response#protocol_params
# File lib/rack/oauth2/server/authorize/extension/code_and_token.rb, line 30 def protocol_params super.merge(code: code) end