Searched refs:UserAuthenticationMethod (Results 1 – 1 of 1) sorted by relevance
37 enum class UserAuthenticationMethod{ enum70 NLOHMANN_JSON_SERIALIZE_ENUM(UserAuthenticationMethod, {71 {UserAuthenticationMethod::Invalid, "Invalid"},72 {UserAuthenticationMethod::PublicKey, "PublicKey"},73 {UserAuthenticationMethod::Password, "Password"},