FetchAuthSessionOptions constructor

const FetchAuthSessionOptions({
  1. bool forceRefresh = false,
  2. FetchAuthSessionPluginOptions? pluginOptions,
})

Options for Amplify.Auth.fetchAuthSession.

Implementation

const FetchAuthSessionOptions({
  this.forceRefresh = false,
  this.pluginOptions,
});