UpdateUserAttributeOptions constructor

const UpdateUserAttributeOptions({
  1. UpdateUserAttributePluginOptions? pluginOptions,
})

The shared update user attribute options among all Auth plugins.

Implementation

const UpdateUserAttributeOptions({
  this.pluginOptions,
});