Configuration type
Tento objekt umožňuje konfigurovat důležité prvky funkce MSAL a je předán do konstruktoru PublicClientApplication.
type Configuration = {
auth: BrowserAuthOptions
cache?: CacheOptions
system?: BrowserSystemOptions
telemetry?: BrowserTelemetryOptions
}