method
request_http_token_authentication
v5.1.7 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Token::ControllerMethods
request_http_token_authentication(realm = "Application", message = nil)public
No documentation available.
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 422
def request_http_token_authentication(realm = "Application", message = nil)
Token.authentication_request(self, realm, message)
end