GetCurrentUserOptions constructor

const GetCurrentUserOptions({
  1. GetCurrentUserPluginOptions? pluginOptions,
})

Options for Amplify.Auth.getCurrentUser.

Implementation

const GetCurrentUserOptions({
  this.pluginOptions,
});