
Instead of passing in `null` each time you don't have a username/password, this change provides those as meaningful default values in an overloaded version of the method. This takes care of Java's lack of default argument support.
Instead of passing in `null` each time you don't have a username/password, this change provides those as meaningful default values in an overloaded version of the method. This takes care of Java's lack of default argument support.