module ActionController::HttpAuthentication::Token::ControllerMethods
def authenticate_with_http_token(&login_procedure)
Authenticate using an HTTP Bearer token. Returns true if
def authenticate_with_http_token(&login_procedure) Token.authenticate(self, &login_procedure) end