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