UpdateUserAttributesOptions constructor

const UpdateUserAttributesOptions({
  1. UpdateUserAttributesPluginOptions? pluginOptions,
})

The shared update user attributes options among all Auth plugins.

Implementation

const UpdateUserAttributesOptions({
  this.pluginOptions,
});