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.hpp1575 std::optional<std::string> httpBasicAuth; in handleAccountServicePatch() local
1599 "HTTPBasicAuth", httpBasicAuth, // in handleAccountServicePatch()
1628 if (httpBasicAuth) in handleAccountServicePatch()
1630 if (*httpBasicAuth == "Enabled") in handleAccountServicePatch()
1634 else if (*httpBasicAuth == "Disabled") in handleAccountServicePatch()
1641 *httpBasicAuth); in handleAccountServicePatch()