# File lib/omniauth/strategies/oauth2/doit.rb, line 31
      def request_phase
        options[:response_type] ||= 'code'
        super
      end