You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constclientID="your_client_id"; // Client Id of the registered application
89
+
constclientId="your_client_id"; // Client Id of the registered application
90
90
const graphScopes = ["user.read", "mail.send"]; // An array of graph scopes
91
91
const options = {
92
92
// An Optional options for initializing the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#configuration-options
0 commit comments