Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp859 std::optional<bool> basicAuth; member
873 if (auth.basicAuth) in handleAuthMethodsPatch()
883 authMethodsConfig.basic = *auth.basicAuth; in handleAuthMethodsPatch()
1615 "Oem/OpenBMC/AuthMethods/BasicAuth", auth.basicAuth, // in handleAccountServicePatch()
1629 auth.basicAuth = true; in handleAccountServicePatch()
1633 auth.basicAuth = false; in handleAccountServicePatch()