UpdateUserPasswordArguments constructor

UpdateUserPasswordArguments({
  1. MyUserIdentifier? ident,
  2. UserPassword? password,
  3. MyUserCredentials? confirmation,
})

Implementation

UpdateUserPasswordArguments({
  this.ident,
  this.password,
  this.confirmation,
});