Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private static configureAuthentication(): void {
const msalAuthConfig = {
clientId: '5b5a6ef2-d06c-4fdf-b986-805178ea4d2f',
};
this.msalApp = new PublicClientApplication(msalAuthConfig);
}