Configuration type
Bu nesne MSAL işlevselliğinin önemli öğelerini yapılandırmanıza olanak tanır ve PublicClientApplication oluşturucusuna geçirilir
type Configuration = {
auth: BrowserAuthOptions
cache?: CacheOptions
system?: BrowserSystemOptions
telemetry?: BrowserTelemetryOptions
}