# File lib/action_controller/metal/http_authentication.rb, line 165 def request_http_digest_authentication(realm = "Application", message = nil) HttpAuthentication::Digest.authentication_request(self, realm, message) end