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