# File lib/oauth2/response.rb, line 46 def initialize(response, opts = {}) @response = response @options = {:parse => :automatic}.merge(opts) end