Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1626 std::optional<std::string> authTypeStr; in load() local
1629 serializer.deserialize("authtype", authTypeStr); in load()
1632 authTypeStr.transform(MultiFactorAuthConfiguration::convertStringToType) in load()