Method: ActionController::HttpAuthentication::Digest::ControllerMethods#request_http_digest_authentication

Defined in:
lib/action_controller/metal/http_authentication.rb

#request_http_digest_authentication(realm = "Application", message = nil) ⇒ Object

Render output including the HTTP Digest authentication header



173
174
175
# File 'lib/action_controller/metal/http_authentication.rb', line 173

def request_http_digest_authentication(realm = "Application", message = nil)
  HttpAuthentication::Digest.authentication_request(self, realm, message)
end