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