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