Configuration type

Objek ini memungkinkan Anda mengonfigurasi elemen penting fungsionalitas MSAL dan diteruskan ke konstruktor PublicClientApplication

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