Configuration type

Этот объект позволяет настроить важные элементы функциональных возможностей MSAL и передается в конструктор PublicClientApplication

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