method
authenticate_with_http_token
v4.2.9 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Token::ControllerMethods
authenticate_with_http_token(&login_procedure)public
No documentation available.
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 413
def authenticate_with_http_token(&login_procedure)
Token.authenticate(self, &login_procedure)
end