# File lib/httpauth/digest.rb, line 417
      def self.from_header(challenge, options={})
        new Utils.decode_directives(challenge, :challenge), options
      end