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