method

request_http_token_authentication

request_http_token_authentication(realm = "Application")
public

No documentation available.

# File actionpack/lib/action_controller/metal/http_authentication.rb, line 401
        def request_http_token_authentication(realm = "Application")
          Token.authentication_request(self, realm)
        end