Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Configuration type

This object allows you to configure important elements of MSAL functionality and is passed into the constructor of PublicClientApplication

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