Searched refs:authenticationTokenRequired (Results 1 – 3 of 3) sorted by relevance
1389 authenticationTokenRequired = 19, enumerator
1412 nlohmann::json::object_t authenticationTokenRequired();1414 void authenticationTokenRequired(crow::Response& res);
2252 nlohmann::json::object_t authenticationTokenRequired() in authenticationTokenRequired() function2254 return getLog(redfish::registries::Base::Index::authenticationTokenRequired, in authenticationTokenRequired()2258 void authenticationTokenRequired(crow::Response& res) in authenticationTokenRequired() function2261 addMessageToErrorJson(res.jsonValue, authenticationTokenRequired()); in authenticationTokenRequired()