ResendSignUpCodeOptions constructor

const ResendSignUpCodeOptions({
  1. ResendSignUpCodePluginOptions? pluginOptions,
})

The shared resend sign up code options among all Auth plugins.

Implementation

const ResendSignUpCodeOptions({
  this.pluginOptions,
});