Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1572 std::optional<std::string> httpBasicAuth; in handleAccountServicePatch() local
1596 "HTTPBasicAuth", httpBasicAuth, // in handleAccountServicePatch()
1625 if (httpBasicAuth) in handleAccountServicePatch()
1627 if (*httpBasicAuth == "Enabled") in handleAccountServicePatch()
1631 else if (*httpBasicAuth == "Disabled") in handleAccountServicePatch()
1638 *httpBasicAuth); in handleAccountServicePatch()