instance method
request_http_token_authentication
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
request_http_token_authentication(realm = "Application")
No documentation comment.
Parameters
-
realmopt = "Application"
Source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 402
def request_http_token_authentication(realm = "Application")
Token.authentication_request(self, realm)
end
Defined in actionpack/lib/action_controller/metal/http_authentication.rb line 402
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Token::ControllerMethods