AuthManager.forTesting constructor
AuthManager.forTesting()
Named constructor for testing — allows subclasses to bypass the singleton.
Implementation
AuthManager.forTesting() : _userFactory = null;
Named constructor for testing — allows subclasses to bypass the singleton.
AuthManager.forTesting() : _userFactory = null;