Searched refs:AuthenticationMode (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | host_interface.hpp | 15 enum class AuthenticationMode{ enum 28 NLOHMANN_JSON_SERIALIZE_ENUM(AuthenticationMode, { 29 {AuthenticationMode::Invalid, "Invalid"}, 30 {AuthenticationMode::AuthNone, "AuthNone"}, 31 {AuthenticationMode::BasicAuth, "BasicAuth"}, 32 {AuthenticationMode::RedfishSessionAuth, "RedfishSessionAuth"}, 33 {AuthenticationMode::OemAuth, "OemAuth"},
|