Home
last modified time | relevance | path

Searched refs:authenticationTokenRequired (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1383 authenticationTokenRequired = 19, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1412 nlohmann::json authenticationTokenRequired();
1414 void authenticationTokenRequired(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2348 nlohmann::json authenticationTokenRequired() in authenticationTokenRequired() function
2350 return getLog(redfish::registries::base::Index::authenticationTokenRequired, in authenticationTokenRequired()
2354 void authenticationTokenRequired(crow::Response& res) in authenticationTokenRequired() function
2357 addMessageToErrorJson(res.jsonValue, authenticationTokenRequired()); in authenticationTokenRequired()