ResetPasswordOptions constructor

const ResetPasswordOptions({
  1. ResetPasswordPluginOptions? pluginOptions,
})

The shared reset password options among all Auth plugins.

Implementation

const ResetPasswordOptions({
  this.pluginOptions,
});