module ActionController::HttpAuthentication::Token::ControllerMethods

def request_http_token_authentication(realm = "Application", message = nil)

authentication.
Render an HTTP header requesting the client to send a Bearer token for
def request_http_token_authentication(realm = "Application", message = nil)
  Token.authentication_request(self, realm, message)
end