UsernamePasswordCredentials constructor

UsernamePasswordCredentials({
  1. String? passwordSecretVersion,
  2. String? username,
})

Implementation

UsernamePasswordCredentials({
  this.passwordSecretVersion,
  this.username,
});