# File lib/omniauth/strategies/github.rb, line 45 def raw_info access_token.options[:mode] = :query @raw_info ||= access_token.get('user').parsed end