Your NPM page is https://www.npmjs.com/package/@microsoft/msgraph-sdk-JAVASCRIPT
Your github page URL is https://github.com/microsoftgraph/msgraph-sdk-TYPESCRIPT
Your github repo name is microsoftgraph/msgraph-sdk-TYPESCRIPT.
And your documentation about setting up an Authentication provider points to this Microsoft docs page which references a completely different package, for which the:
NPM page is https://www.npmjs.com/package/@microsoft/microsoft-graph-client
Github page is https://github.com/microsoftgraph/msgraph-sdk-JAVASCRIPT
Github repo is microsoftgraph/msgraph-sdk-JAVASCRIPT
Im trying use to your app with our msal.ConfidentialClientApplication but with no luck, the authProviders have different types (callback for @microsoft/microsoft-graph-client and class for your app)
I hope you can see why I am confused 😅
Your NPM page is
https://www.npmjs.com/package/@microsoft/msgraph-sdk-JAVASCRIPTYour github page URL is
https://github.com/microsoftgraph/msgraph-sdk-TYPESCRIPTYour github repo name is
microsoftgraph/msgraph-sdk-TYPESCRIPT.And your documentation about setting up an Authentication provider points to this Microsoft docs page which references a completely different package, for which the:
NPM page is
https://www.npmjs.com/package/@microsoft/microsoft-graph-clientGithub page is
https://github.com/microsoftgraph/msgraph-sdk-JAVASCRIPTGithub repo is
microsoftgraph/msgraph-sdk-JAVASCRIPTIm trying use to your app with our
msal.ConfidentialClientApplicationbut with no luck, the authProviders have different types (callback for@microsoft/microsoft-graph-clientand class for your app)I hope you can see why I am confused 😅