EndUserAuthenticationConfigUserPassword constructor

EndUserAuthenticationConfigUserPassword({
  1. EUASecret? password,
  2. String? username,
})

Implementation

EndUserAuthenticationConfigUserPassword({this.password, this.username});