Configuration type

此对象允许你配置 MSAL 功能的重要元素,并传递到 PublicClientApplication 的构造函数中

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