Flowdock
method

authenticate_or_request_with_http_token

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActionController::HttpAuthentication::Token::ControllerMethods
authenticate_or_request_with_http_token(realm = "Application", &login_procedure) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 382
        def authenticate_or_request_with_http_token(realm = "Application", &login_procedure)
          authenticate_with_http_token(&login_procedure) || request_http_token_authentication(realm)
        end
Register or log in to add new notes.