# File lib/omniauth/strategies/google_oauth2.rb, line 80
      def raw_info
        @raw_info ||= access_token.get('https://www.googleapis.com/plus/v1/people/me/openIdConnect').parsed
      end