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.hpp855 std::optional<bool> basicAuth; member
869 if (auth.basicAuth) in handleAuthMethodsPatch()
879 authMethodsConfig.basic = *auth.basicAuth; in handleAuthMethodsPatch()
1618 "Oem/OpenBMC/AuthMethods/BasicAuth", auth.basicAuth, // in handleAccountServicePatch()
1632 auth.basicAuth = true; in handleAccountServicePatch()
1636 auth.basicAuth = false; in handleAccountServicePatch()