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