BasicNetworkCredential constructor

BasicNetworkCredential({
  1. required String host,
  2. required String username,
  3. required String password,
})

Creates a BasicNetworkCredential that provides username/password for the given host.