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