How to use msal-electron-poc - 1 common examples

To help you get started, we’ve selected a few msal-electron-poc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github AzureAD / microsoft-authentication-library-for-js / samples / msal-electron-sample-app / src / Main.ts View on Github external
private static configureAuthentication(): void {
        const msalAuthConfig = {
            clientId: '5b5a6ef2-d06c-4fdf-b986-805178ea4d2f',
        };
        this.msalApp = new PublicClientApplication(msalAuthConfig);
    }

msal-electron-poc

Microsoft Authentication Library for Electron Proof of Concept

MIT
Latest version published 4 years ago

Package Health Score

60 / 100
Full package analysis

Popular msal-electron-poc functions

Similar packages