copyWithUserName method
Copies this authentication with the new userName
Implementation
@override
UserNameBasedAuthentication copyWithUserName(String userName) =>
PlainAuthentication(userName, password);
Copies this authentication with the new userName
@override
UserNameBasedAuthentication copyWithUserName(String userName) =>
PlainAuthentication(userName, password);