Home
last modified time | relevance | path

Searched defs:AuthConfigMethods (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp193 struct AuthConfigMethods struct
196 bool basic = BMCWEB_BASIC_AUTH;
197 bool sessionToken = BMCWEB_SESSION_AUTH;
198 bool xtoken = BMCWEB_XTOKEN_AUTH;
199 bool cookie = BMCWEB_COOKIE_AUTH;
200 bool tls = BMCWEB_MUTUAL_TLS_AUTH;
207 bool tlsStrict = false;
209 MTLSCommonNameParseMode mTLSCommonNameParsingMode =
213 void fromJson(const nlohmann::json::object_t& j) in fromJson()