Creates a new plain authentication with the given userName and password.
userName
password
const PlainAuthentication(String userName, this.password) : super(userName, Authentication.plain);