Searched refs:authenticationTokenRequired (Results 1 – 3 of 3) sorted by relevance
1383 authenticationTokenRequired = 19, enumerator
1412 nlohmann::json authenticationTokenRequired();1414 void authenticationTokenRequired(crow::Response& res);
2348 nlohmann::json authenticationTokenRequired() in authenticationTokenRequired() function2350 return getLog(redfish::registries::base::Index::authenticationTokenRequired, in authenticationTokenRequired()2354 void authenticationTokenRequired(crow::Response& res) in authenticationTokenRequired() function2357 addMessageToErrorJson(res.jsonValue, authenticationTokenRequired()); in authenticationTokenRequired()