Configuration type

This object allows you to configure important elements of MSAL functionality and is passed into the constructor of PublicClientApplication

type Configuration = {
  auth: BrowserAuthOptions,
  cache?: CacheOptions,
  system?: BrowserSystemOptions,
  telemetry?: BrowserTelemetryOptions,
}