Class: Rack::OAuth2::Server::Authorize::Extension::CodeAndToken::Response

Inherits:
Token::Response show all
Defined in:
lib/rack/oauth2/server/authorize/extension/code_and_token.rb

Instance Method Summary collapse

Methods inherited from Token::Response

#protocol_params_location

Methods inherited from Response

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

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



32
33
34
# File 'lib/rack/oauth2/server/authorize/extension/code_and_token.rb', line 32

def protocol_params
  super.merge(code: code)
end