# File lib/httpauth/digest.rb, line 292
      def self.from_challenge(challenge, options={})
        credentials = new challenge.h
        credentials.update_from_challenge! options
        credentials
      end