# File lib/doorkeeper/oauth/code_response.rb, line 9 def initialize(pre_auth, auth, options = {}) @pre_auth = pre_auth @auth = auth @response_on_fragment = options[:response_on_fragment] end