Configuration type

此物件允許你配置 MSAL 功能的重要元素,並被傳遞到 PublicClientApplication 的建構子中

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