msgraph-sdk-javascript
msgraph-sdk-javascript copied to clipboard
Microsoft Graph client library for JavaScript
[AB#10680](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10680)
# Feature Request ## Is your feature request related to a problem? Please describe Say you're building an app connected to Microsoft 365 where you want to show your colleagues,...
# Feature Request ## Is your feature request related to a problem? Please describe `AuthCodeMSALBrowserAuthenticationProvider` requires `AccountInfo` to be initialized ```ts new AuthCodeMSALBrowserAuthenticationProvider(msalInstance, { account: someAccountInfo, //
# Bug Report ## Prerequisites - [x] Can you reproduce the problem? - [x] Are you running the latest version? - [x] Are you reporting to the correct repository? -...
# Bug Report ## Prerequisites - [x] Can you reproduce the problem? - yes - [x] Are you running the latest version? - yes - [x] Are you reporting to...
# Bug Report ## Issue I'd like to write valid isomorphic ECMAScript but the following import fails ```js import { Client } from "./node_modules/@microsoft/microsoft-graph-client/lib/es/src/index.js" ``` ## Discussion Package `@microsoft/microsoft-graph-client` has...