Configuration type
Este objeto permite-lhe configurar elementos importantes da funcionalidade MSAL e é passado para o construtor do PublicClientApplication
type Configuration = {
auth: BrowserAuthOptions
cache?: CacheOptions
system?: BrowserSystemOptions
telemetry?: BrowserTelemetryOptions
}