Searched refs:secretKeyPath (Results 1 – 1 of 1) sorted by relevance
57 static constexpr auto secretKeyPath = "/home/{}/.google_authenticator"; variable293 std::format(secretKeyPath, getUserName())); in verifyOTP()319 clearSecretFile(std::format(secretKeyPath, thisp.getUserName())); in clearGoogleAuthenticator()344 std::string path = std::format(secretKeyPath, getUserName()); in secretKeyIsValid()