Searched defs:LockOut (Results 1 – 1 of 1) sorted by relevance
55 struct LockOut { struct56 enum class State {60 std::chrono::steady_clock::time_point nextAttempt;61 std::chrono::steady_clock::time_point expiration;62 int failedAttempts = 0;63 State state = State::NO;