FetchUserAttributesOptions constructor

const FetchUserAttributesOptions({
  1. FetchUserAttributesPluginOptions? pluginOptions,
})

The shared fetch user attributes options among all Auth plugins.

Implementation

const FetchUserAttributesOptions({
  this.pluginOptions,
});