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
darrelmiller
changed the title
Currently we do not export ImplicitMSALAuthenticationProvider in index.js
ImplicitMSALAuthenticationProvider is not exported in index.js
Sep 22, 2019
Worth noting MSALAuthenticationProviderOptions isn't exported either, even though the Authentication section of the readme uses new MicrosoftGraph.MSALAuthenticationProviderOptions(graphScopes);
We should add this file to the list of files we export.
Currently you need to export the file explicitly like this:
Ideally we should be able to do
The text was updated successfully, but these errors were encountered: