Searched refs:httpBasicAuth (Results 1 – 1 of 1) sorted by relevance
1575 std::optional<std::string> httpBasicAuth; in handleAccountServicePatch() local1599 "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()