method

request_http_basic_authentication

request_http_basic_authentication(realm = "Application", message = nil)
public

No documentation available.

# File actionpack/lib/action_controller/metal/http_authentication.rb, line 90
        def request_http_basic_authentication(realm = "Application", message = nil)
          HttpAuthentication::Basic.authentication_request(self, realm, message)
        end