class Doorkeeper::OAuth::CodeResponse

def initialize(pre_auth, auth, options = {})

def initialize(pre_auth, auth, options = {})
  @pre_auth = pre_auth
  @auth = auth
  @response_on_fragment = options[:response_on_fragment]
end