Method: ActionController::HttpAuthentication::Digest::ControllerMethods#authenticate_or_request_with_http_digest
- Defined in:
- lib/action_controller/metal/http_authentication.rb
#authenticate_or_request_with_http_digest(realm = "Application", message = nil, &password_procedure) ⇒ Object
183 184 185 |
# File 'lib/action_controller/metal/http_authentication.rb', line 183 def authenticate_or_request_with_http_digest(realm = "Application", = nil, &password_procedure) authenticate_with_http_digest(realm, &password_procedure) || request_http_digest_authentication(realm, ) end |