method
request_http_token_authentication
v4.0.2 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Token::ControllerMethods
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