@microsoft/mgt
TypeScript icon, indicating that this package has built-in type declarations

4.6.0 • Public • Published

Microsoft Graph Toolkit

The Microsoft Graph Toolkit is a collection of reusable, framework-agnostic components and authentication providers for accessing and working with Microsoft Graph. The components are fully functional right of out of the box, with built in providers that authenticate with and fetch data from Microsoft Graph.

The @microsoft/mgt package brings all mgt packages together (with the exception of @microsoft/mgt-react) and bundles them in this one convenient package.

View the full documentation

You can now explore components and samples with the playground.

Components

The Microsoft Graph Toolkit includes a collection of web components for the most commonly built experiences powered by Microsoft Graph APIs.

The components are also available as React components.

Providers

Providers enable authentication and provide the implementation for acquiring access tokens on various platforms and expose a Microsoft Graph Client for calling the Microsoft Graph APIs. The components work best when used with a provider, but the providers can be used on their own.

Getting Started

Watch the Getting Started Video

You can use the components by installing the npm package or importing them from a CDN (unpkg).

Use via NPM:

The benefits of using MGT through NPM is that you have full control of the bundling process and you can bundle only the code you need for your site. First, add the npm package:

npm install @microsoft/mgt-components
npm install @microsoft/mgt-msal2-provider

Now you can reference all components and providers at the page you are using:

<script type="module">
  import { Providers } from 'node_modules/@microsoft/mgt-element/dist/es6/index.js';
  import { Msal2Provider } from 'node_modules/@microsoft/mgt-msal2-provider/dist/es6/index.js';
  import { registerMgtLoginComponent, registerMgtAgendaComponent } from 'node_modules/@microsoft/mgt-components/dist/es6/index.js';
  
  Providers.globalProvider = new Msal2Provider({clientId: '[CLIENT-ID]'});
  
  registerMgtLoginComponent();
  registerMgtAgendaComponent();
</script>

<mgt-login></mgt-login>
<mgt-agenda></mgt-agenda>

Use via CDN:

The following script tag downloads the code from the CDN, configures an MSAL2 provider, and makes all the components available for use in the web page.

<script type="module">
  import { registerMgtComponents, Providers, Msal2Provider } from 'https://unpkg.com/@microsoft/mgt@4';
  Providers.globalProvider = new Msal2Provider({clientId: '[CLIENT-ID]'});
  registerMgtComponents();
</script>
<mgt-login></mgt-login>
<mgt-agenda></mgt-agenda>

NOTE: This link will load the highest available version of @microsoft/mgt in the range >= 4.0.0 < 5.0.0, omitting the @4 fragment from the url results in loading the latest version. This could result in loading a new major version and breaking the application.

NOTE: MSAL requires the page to be hosted in a web server for the authentication redirects. If you are just getting started and want to play around, the quickest way is to use something like live server in vscode.

Feedback and Requests

For general questions and support, please use Stack Overflow where questions should be tagged with microsoft-graph-toolkit

Please use GitHub Issues for bug reports and feature requests. We highly recommend you browse existing issues before opening new issues.

Sea also

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.6.0556latest
4.6.0-preview.261e58e8next
4.0.0-next.mgt-chat.8627a913next.mgt-chat
4.0.1-next.electron-provider.74fa1892next.electron-provider
3.1.3-next.mgt-without-loader.701821d2next.mgt-without-loader
3.1.3-next.enable-tree-shaking.31b876c2next.enable-tree-shaking
3.0.1-next.independent-providers.9468a8b2next.independent-providers
3.0.0-rc.3-next.fluentui.5112ceb2next.fluentui
3.0.0-rc.32preview
3.0.0-preview.1-next.preview-pipeline.8bf38482next.preview-pipeline
3.0.0-preview.1-next.fix-grid.a34c8fc2next.fix-grid
3.0.0-next.wip.31dfb9e2next.wip
3.0.0-next.wc-registration.43194e02next.wc-registration
3.0.0-next.wc-registration-utils.6ca9b592next.wc-registration-utils
3.0.0-next.wc-registration-samples.6363b762next.wc-registration-samples
3.0.0-next.node16-support.f4153402next.node16-support
3.0.0-next.merge.cdd49dc2next.merge
3.0.0-next.login-design.17a198b2next.login-design
3.0.0-next.lit-element-update.dbb1f262next.lit-element-update
3.0.0-next.fluent-deps.4bc57412next.fluent-deps
3.0.0-next.fix-msal2-provider.89cb1c32next.fix-msal2-provider
3.0.0-next.enhanced-file-list.49c3edd2next.enhanced-file-list
3.0.0-next.disambiguation-util-fixes.aecf0622next.disambiguation-util-fixes
3.0.0-next.dark-toggle.5e7a6892next.dark-toggle
2.7.1-next.fix-people-picker-flyout-a11y.0210f092next.fix-people-picker-flyout-a11y
2.4.1-next.teamsfx.8d567852next.teamsfx
2.3.1-next.groupTypeTest.e8797642next.groupTypeTest

Version History

VersionDownloads (Last 7 Days)Published
4.6.0556
4.6.0-preview.261e58e8
4.5.0-preview.dbabb9312
4.5.0-preview.50314d74
4.5.0-preview.26694da4
4.5.0114
4.5.0-preview.1b237823
4.4.0-preview.e89be343
4.4.0-preview.c7965633
4.4.0-preview.3bfb0a43
4.4.0-preview.90b85373
4.4.0-preview.f185d903
4.4.0-preview.9bb59d13
4.4.0-preview.9cd4c7b2
4.4.0-preview.0069c832
4.4.0-preview.5e1e4fc3
4.4.0-preview.ab1ee202
4.4.0607
4.4.0-preview.2bd62822
4.3.0-preview.1afd7412
4.3.0-preview.e2edc882
4.3.093
4.3.0-preview.9666b8b2
4.2.5-preview.ea37cbf2
4.2.5-preview.b4d8c0c2
4.2.5-preview.5a112522
4.2.5-preview.ae493322
4.2.5-preview.a8f40992
4.2.5-preview.3a66df92
4.2.5-preview.76a013d2
4.2.5-preview.d2add092
4.0.0-next.mgt-chat.8627a913
4.2.52,147
4.2.5-preview.3695be92
4.2.4-preview.3e8b0f52
4.2.4-preview.d6755cc2
4.2.4-preview.440211b2
4.2.4-preview.e685aee2
4.2.4-preview.eb8f96e2
4.2.4-preview.439d0fc2
4.2.412
4.2.4-preview.1f3deb82
4.2.3-preview.06cd9252
4.2.3-preview.ba87c322
4.2.3-preview.096a50d2
4.2.3-preview.80362782
4.2.3-preview.432d8ce2
4.2.3-preview.55513512
4.2.3-preview.62b1ed42
4.2.321
4.2.3-preview.b7a737d2
4.2.2-preview.da90c5b2
4.2.2-preview.25a6a372
4.2.2-preview.463687d2
4.2.2-preview.1f080d93
4.2.2-preview.0ef8dd72
4.2.2-preview.2be7fae2
4.2.2-preview.6a93c6e2
4.2.2-preview.97fe1c02
4.2.221
4.2.1-preview.bfa4af82
4.2.1-preview.9f0799e2
4.2.1-preview.6e510442
4.2.1-preview.7f9eac32
4.2.1-preview.ef846d52
4.2.1-preview.35b86ff2
4.2.153
4.2.0-preview.dadb0f32
4.1.0-preview.bc1fedf2
4.1.0-preview.81826d92
4.1.0-preview.1e695aa2
4.1.0-preview.948b0782
4.1.0-preview.da779132
4.1.0-preview.daf0cf92
4.0.0-next.mgt-chat.c42aa192
4.1.0-preview.ae5e3432
4.0.0-next.mgt-chat.f78d1972
4.1.0-preview.bc8423c2
4.1.021
4.0.1-preview.f1747142
4.0.1-preview.c572c012
4.0.1-next.electron-provider.74fa1892
4.0.0-next.mgt-chat.6107572
4.0.1-preview.f1ffe5e2
4.0.1-next.electron-provider.95c51f52
4.0.1-next.electron-provider.9888a352
4.0.1-next.electron-provider.a9c14032
4.0.1-next.electron-provider.669ff522
4.0.1-next.electron-provider.39183f72
4.0.1-preview.48449c42
4.0.0-next.mgt-chat.5c123b02
4.0.13
4.0.0-preview.8c8b1382
4.0.0-preview.3d893b22
4.0.0-next.mgt-chat.eeea1d62
4.0.02
3.1.3-preview.52d8ad92
3.1.3-preview.0bad7e52
3.1.3-preview.eec74d02
3.1.3-preview.14bb9c12
3.1.3-preview.b254e492
3.1.3-preview.0317fc22
3.1.3-preview.573fa452
3.1.3-next.mgt-chat.4a285e12
3.1.3-next.mgt-chat.511f6ea2
3.1.3-preview.606fffb2
3.1.3-preview.00fe9462
3.1.3-preview.3e436de2
3.1.3-preview.65ca8e22
3.1.3-preview.ea0f71b2
3.1.3-preview.2fb10642
3.1.3-preview.18d0aec2
3.1.3-preview.eda4b192
3.1.3-next.mgt-without-loader.701821d2
3.1.3-preview.e79fbdc2
3.1.3-next.mgt-chat.72231122
3.1.3-next.mgt-chat.040beb62
3.1.3-preview.ec25e572
3.1.3-preview.6d44a172
3.1.3-preview.267bc192
3.1.3-preview.11459db2
3.1.3-preview.90b2dd12
3.1.3-preview.53b291c2
3.1.3-preview.f2547d12
3.1.3-preview.981e6f92
3.1.3-preview.81d124b2
3.1.3-preview.8900eb42
3.1.3-next.mgt-chat.c9c40472
3.1.3-preview.ebf5ed32
3.1.3-preview.513031b2
3.1.3-preview.86697f42
3.1.3-preview.9c53cbf2
3.1.3-preview.4c415342
3.1.3-preview.992ab852
3.1.3-preview.df8af8c2
3.1.3-preview.64acd1f2
3.1.3-preview.59cccb02
3.1.3-preview.ad4cfa32
3.1.3-preview.f3e85992
3.1.3-next.mgt-chat.4d0db502
3.1.3-next.mgt-chat.45a649f2
3.1.3-next.mgt-chat.48d2d552
3.1.3-preview.c3a3d822
3.1.3-next.mgt-chat.7181efd2
3.1.3-next.mgt-chat.e8fbbea2
3.1.3-next.mgt-chat.f278f222
3.1.3-preview.4769ef72
3.1.3-next.mgt-chat.965d3a32
3.1.3-next.mgt-chat.a168e962
3.1.3-next.mgt-chat.1c168832
3.1.3-next.mgt-chat.d50ace92
3.1.3-next.mgt-chat.63c72dc2
3.1.3-preview.1ab19702
3.1.3-preview.b7db2622
3.1.3-next.mgt-chat.9c849552
3.1.3-next.mgt-chat.080a7332
3.1.3-preview.81776992
3.1.3-next.mgt-chat.47025152
3.1.3-preview.00b168b2
3.1.3-preview.0ea7e6a2
3.1.3-preview.0d671e62
3.1.3-next.mgt-chat.a11fc652
3.1.3-next.mgt-chat.3c28c572
3.1.3-preview.68f517b2
3.1.3-preview.18925a92
3.1.2-next.mgt-chat.8eedbb52
3.1.2-next.mgt-chat.e7c30502
3.1.3-preview.14e7a562
3.1.3-preview.f5bf7cc2
3.1.3-preview.f54dc812
3.1.2-next.mgt-chat.2a61bd72
3.1.2-next.mgt-chat.cb240cb2
3.1.2-next.mgt-chat.f2a91972
3.1.2-next.mgt-chat.c854c6a2
3.1.3-preview.c41d7192
3.1.2-next.mgt-chat.112aaba2
3.1.3-next.enable-tree-shaking.31b876c2
3.1.3-next.enable-tree-shaking.d405e0b2
3.1.3-preview.d27ffa72
3.1.3-preview.4b85be12
3.1.2-next.mgt-chat.80a6d072
3.1.2-next.mgt-chat.406ca1e2
3.1.2-next.mgt-chat.05610a02
3.1.2-next.mgt-chat.10991a52
3.1.2-next.mgt-chat.7ff602b2
3.1.3-preview.45163ed2
3.1.2-next.mgt-chat.3c007102
3.1.2-next.mgt-chat.74a76082
3.1.2-next.mgt-chat.94bd50f2
3.1.2-next.enable-tree-shaking.20bb2652
3.1.3728
3.1.2-next.enable-tree-shaking.74184472
3.1.2-next.enable-tree-shaking.624e6902
3.1.2-preview.882aaf62
3.1.2-next.enable-tree-shaking.f29541b2
3.1.2-next.enable-tree-shaking.5c50d222
3.1.2-preview.d19f0782
3.1.2-next.mgt-chat.9becafa2
3.1.2-preview.be7add82
3.1.2-preview.c9023c22
3.1.2-preview.239bfb02
3.1.2-next.mgt-chat.5bfd92e2
3.1.2-preview.b3bc50d2
3.1.2-preview.247f37a2
3.1.2-preview.a724b052
3.1.2-preview.dc1e6022
3.1.2-preview.09ec6362
3.1.2-preview.f50e6ab2
3.1.2-preview.ba381c82
3.1.2-preview.ab7f18e2
3.1.2-preview.b9fcfe72
3.1.2-preview.a5aec5a2
3.1.253
3.1.1-preview.ca313c12
3.1.1-next.mgt-chat.32dcbc02
3.0.0-next.mgt-chat.6e309a42
3.1.1-preview.10b25f92
3.1.1-preview.cb69e012
3.1.1-preview.d898d982
3.1.1-preview.14cc8fd2
3.0.0-next.mgt-chat.d73db512
3.1.129
3.1.0-preview.263f36f2
3.1.0-preview.48ea18b2
3.1.017
3.0.1-next.enable-tree-shaking.c9076412
3.0.1-next.enable-tree-shaking.e9196302
3.0.1-next.enable-tree-shaking.f5f46842
3.0.1-next.enable-tree-shaking.7ab67b32
3.0.1-next.enable-tree-shaking.9dc0e372
3.0.1-preview.ec621cd2
3.0.1-preview.27e1fc92
3.0.1-next.enable-tree-shaking.5d7b7552
3.0.1-preview.a0ce2f42
3.0.1-preview.28703c92
3.0.1-preview.7fb265c2
3.0.1-next.independent-providers.9468a8b2
3.0.1-next.enable-tree-shaking.24e7d042
3.0.0-next.mgt-chat.46b0d0f2
3.0.12
3.0.1-preview.5260ce02
3.0.1-preview.bd171952
3.0.1-preview.e380b4a2
3.0.1-preview.0ba37cc2
3.0.1-preview.7ba98e42
3.0.1-preview.1f972152
3.0.1-preview.49b81bf2
3.0.1-preview.9ea652f2
3.0.0-next.mgt-chat.5cf79612
3.0.0-next.mgt-chat.2f06e012
3.0.1-preview.9069aa72
3.0.012
3.0.0-preview.f6472ee2
3.0.0-rc.3-preview.e055c332
2.11.21,114
2.11.2-preview.4dac3ba2
3.0.0-rc.3-next.fluentui.5112ceb2
3.0.0-rc.3-next.fluentui.7032e882
3.0.0-rc.3-next.fluentui.b89f0452
3.0.0-rc.3-next.fluentui.51842172
3.0.0-rc.3-next.fluentui.99884f82
3.0.0-rc.3-next.fluentui.6b1dc4d2
3.0.0-rc.3-next.fluentui.63ad0552
3.0.0-rc.3-next.fluentui.a83ae282
3.0.0-rc.3-next.fluentui.5bdaea62
3.0.0-rc.3-next.fluentui.3da63332
3.0.0-rc.3-next.fluentui.86910552
3.0.0-rc.3-next.fluentui.d35ba232
3.0.0-rc.3-next.fluentui.44ed5bd2
3.0.0-rc.3-next.fluentui.da8b7e32
3.0.0-rc.3-next.fluentui.6d3254d2
3.0.0-rc.3-next.fluentui.0bbb4872
3.0.0-rc.3-next.fluentui.2bd21d12
3.0.0-rc.3-next.fluentui.6c39ea12
3.0.0-rc.3-next.fluentui.c14af082
3.0.0-rc.3-next.fluentui.4c06bd23
3.0.0-rc.3-next.fluentui.7fd4dab2
3.0.0-rc.3-next.fluentui.cde48c82
3.0.0-rc.3-next.fluentui.70211aa2
3.0.0-rc.3-next.fluentui.c9d21952
3.0.0-rc.3-next.fluentui.d0846652
3.0.0-rc.3-next.fluentui.ff5ea0b2
3.0.0-rc.3-next.fluentui.08819b12
3.0.0-rc.3-next.fluentui.a6af8562
2.11.1-preview.00b68e62
3.0.0-rc.3-next.fluentui.68a05bb2
3.0.0-rc.3-next.fluentui.edab5f12
3.0.0-rc.32
3.0.0-rc.3-next.fluentui.8fea8dd2
3.0.0-rc.22
3.0.0-rc.2-next.fluentui.d009f7f2
3.0.0-rc.1-next.fluentui.ffaa0e72
3.0.0-rc.12
3.0.0-rc.1-next.fluentui.2ee00782
3.0.0-rc.1-next.fluentui.70bef482
2.11.18
2.11.1-preview.4025f6f2
3.0.0-rc.1-next.fluentui.ed6c9b32
3.0.0-rc.1-next.fluentui.0d38a722
3.0.0-preview.2-next.fluentui.c49f70c2
2.11.05
2.11.0-preview.a8902ac2
3.0.0-preview.2-next.fluentui.f55a88a2
3.0.0-preview.2-next.fluentui.1ce13ae2
2.10.2-preview.b0956942
3.0.0-preview.2-next.fluentui.abd00b42
3.0.0-preview.2-next.fluentui.38a13e12
3.0.0-preview.2-next.fluentui.47471892
3.0.0-preview.2-next.fluentui.af34d152
3.0.0-preview.2-next.fluentui.e7efa212
3.0.0-preview.2-next.fluentui.8c601c92
3.0.0-preview.2-next.fluentui.fbd397d2
3.0.0-preview.2-next.fluentui.00f65652
2.10.2-preview.9f8953a2
3.0.0-preview.2-next.mgt-chat.c915cc52
3.0.0-preview.2-next.fluentui.b166aaf2
2.10.2-preview.071f3d52
3.0.0-preview.2-next.mgt-chat.bdfdcb42
3.0.0-preview.2-next.fluentui.c007abc2
3.0.0-preview.2-next.fluentui.ab2ddda2
3.0.0-preview.1-next.mgt-chat.6a93d6b2
3.0.0-preview.22
3.0.0-preview.2-next.fluentui.5dd2cad2
3.0.0-preview.1-next.fix-grid.a34c8fc2
3.0.0-preview.1-next.fix-grid.656f2942
3.0.0-preview.1-next.mgt-chat.15a0fdb2
3.0.0-preview.1-next.fluentui.4e3d8982
3.0.0-preview.1-next.fluentui.36779362
2.10.2-preview.d27858c2
3.0.0-preview.1-next.mgt-chat.5a030072
2.10.2-preview.7b701d02
3.0.0-preview.1-next.fluentui.1c9face2
3.0.0-preview.1-next.fluentui.48639952
3.0.0-preview.1-next.mgt-chat.f7f90d62
3.0.0-preview.1-next.fluentui.87e6c2f2
2.10.2-preview.3c4d6202
2.10.130
2.10.1-preview.64887052
3.0.0-preview.1-next.fluentui.c7bf0472
2.10.1-preview.274af2c2
3.0.0-preview.1-next.fluentui.fc4f1e02
2.10.1-preview.711a2332
2.10.1-preview.c60567d2
3.0.0-preview.1-next.fluentui.1ebb02f2
2.10.1-preview.721dbe42
3.0.0-preview.1-next.fix-grid.45f86312
3.0.0-preview.1-next.fix-grid.7d785be2
3.0.0-preview.1-next.fix-grid.78d65b72
3.0.0-preview.1-next.fluentui.40b87f92
3.0.0-preview.1-next.mgt-chat.8d2c8ef2
3.0.0-preview.1-next.fluentui.ae05e3f2
2.10.1-preview.aafdc5e2
3.0.0-preview.1-next.fluentui.2970a442
2.10.1-preview.a1e61f12
2.10.0-preview.4ffcb442
2.10.011
2.9.2-preview.9b600de2
2.9.2-preview.8f7eac62
2.9.2-preview.59301ab2
3.0.0-preview.1-next.fix-grid.3757af92
3.0.0-preview.1-next.fix-grid.48046d02
3.0.0-preview.1-next.fix-grid.c4830fa2
3.0.0-preview.1-next.fix-grid.e6fdc872
3.0.0-preview.1-next.mgt-chat.97255fa2
3.0.0-preview.1-next.mgt-chat.8fc20a02
3.0.0-preview.1-next.mgt-chat.aff93842
3.0.0-preview.1-next.fluentui.89b79e92
2.9.2-preview.0f68f602
3.0.0-preview.1-next.fix-grid.2de2c032
3.0.0-preview.1-next.mgt-chat.187d6522
2.9.210
3.0.0-preview.12
3.0.0-preview.1-next.fluentui.94e390b2
2.9.2-preview.7a233db2
3.0.0-preview.1-next.fluentui.96740ab2
3.0.0-preview.1-next.fluentui.840b6b62
2.9.15
3.0.0-preview.1-next.preview-pipeline.8bf38482
3.0.0-preview.1-next.preview-pipeline.2fbf2582
3.0.0-preview.1-next.preview-pipeline.98f942f2
3.0.0-next.fix-grid.0fb1ed92
3.0.0-next.fix-grid.b9de2aa2
3.0.0-next.fluentui.27715442
3.0.0-next.fluentui.e8531bd2
3.0.0-next.disambiguation-util-fixes.aecf0622
3.0.0-next.fluentui.b2e5d8b2
3.0.0-next.disambiguation-util-fixes.1d8e4c22
3.0.0-next.fluentui.66c2e6c2
3.0.0-next.disambiguation-util-fixes.4e420782
3.0.0-next.fluentui.e1058852
3.0.0-next.fluentui.99619262
3.0.0-next.dark-toggle.5e7a6892
3.0.0-next.fluentui.11e68072
3.0.0-next.dark-toggle.a3027682
2.9.1-preview.b38f17f2
3.0.0-next.dark-toggle.1d080342
3.0.0-next.dark-toggle.badd2802
3.0.0-next.fluentui.21e42462
3.0.0-next.fluentui.d7247a02
3.0.0-next.fluentui.bbd5da42
3.0.0-next.fluentui.42c7be82
3.0.0-next.fluentui.6317ccf2
3.0.0-next.wc-registration-utils.6ca9b592
3.0.0-next.wc-registration-utils.0509e402
3.0.0-next.wc-registration-utils.050527a2
3.0.0-next.fluentui.9e007382
3.0.0-next.enhanced-file-list.49c3edd2
3.0.0-next.wc-registration-utils.5e5069a2
2.9.1-preview.5b32c5f2
3.0.0-next.wc-registration-utils.fd01cf22
3.0.0-next.fluentui.5ac20992
3.0.0-next.fluentui.d9197522
3.0.0-next.enhanced-file-list.02f4ec62
2.9.072
2.9.1-preview.75d11a62
2.8.1-preview.911c07c2
2.8.1-preview.2f03ee52
2.8.1-preview.92206b92
2.8.1-preview.b2cbbf22
3.0.0-next.fluentui.1edf6352
3.0.0-next.wip.31dfb9e2
2.8.06
2.8.1-preview.ab8f39c2
2.7.1-preview.f9e21452
2.7.1-preview.ae3c0b12
2.7.1-preview.ab34e642
3.0.0-next.wip.09a21152
2.7.1-preview.39774a02
3.0.0-next.wip.b8de53b2
2.7.1-preview.22b204a2
2.7.1-preview.1b67cf62
2.7.1-preview.4ac80bb2
3.0.0-next.fluentui.47b48402
2.7.1-preview.a5e38072
2.7.1-preview.041c71e2
2.7.1-preview.4e591582
2.7.1-preview.ce9da922
3.0.0-next.fluentui.dd41eb12
2.7.1-preview.728e5782
3.0.0-next.fix-msal2-provider.89cb1c32
2.7.123
3.0.0-next.wc-registration-utils.0dde7ba2
3.0.0-next.wc-registration-utils.537a9a22
2.7.1-preview.37d1add2
2.7.1-next.fix-people-picker-flyout-a11y.0210f092
2.7.1-preview.3b1dfba2
2.7.1-next.fix-people-picker-flyout-a11y.b72c3c12
2.7.02
2.7.1-preview.1b0bf782
3.0.0-next.wc-registration-utils.89e938e2
3.0.0-next.fluentui.a573bdf2
2.6.3-preview.adcc63c2
2.6.3-preview.9a98e072
2.6.3-preview.d93bde72
3.0.0-next.wc-registration.43194e02
3.0.0-next.wc-registration-utils.8b6e9e02
3.0.0-next.node16-support.f4153402
2.6.3-preview.7bd958e2
2.6.3-preview.41de8c42
3.0.0-next.wc-registration.71a05b02
3.0.0-next.wc-registration.412c2502
2.6.3-preview.cd06fe22
2.6.3-preview.20bd6cf2
2.6.28
2.6.3-preview.592c5fe2
2.6.2-preview.73dc57e2
2.6.2-preview.41649402
2.6.2-preview.3ebaa982
3.0.0-next.fluentui.21549f82
2.6.2-preview.37b4cf22
3.0.0-next.wc-registration.244b27c2
3.0.0-next.wc-registration-samples.6363b762
3.0.0-next.wc-registration-samples.e9879222
3.0.0-next.wc-registration.38d8b012
3.0.0-next.wc-registration-samples.29dc0f92
2.6.2-preview.6b447792
3.0.0-next.wc-registration-samples.bfd19e82
3.0.0-next.fluentui.731bba42
2.6.2-preview.240f7562
3.0.0-next.merge.cdd49dc2
2.6.2-preview.2b4b09b2
2.6.2-preview.b8d68912
3.0.0-next.wc-registration.66282822
3.0.0-next.wc-registration.6de1a262
3.0.0-next.wc-registration.2bfc7a42
3.0.0-next.wc-registration.78ad2b02
3.0.0-next.fluentui.a05b7aa2
2.6.2-preview.25175be2
2.6.2-preview.6dca0ba2
2.6.2-preview.652a6cc2
3.0.0-next.fluentui.3bf61592
2.6.2-preview.7e6e7b12
2.6.2-preview.84d32e72
3.0.0-next.fluentui.8c997822
3.0.0-next.fluentui.7c782ff2
3.0.0-next.lit-element-update.dbb1f262
3.0.0-next.lit-element-update.9f5ae342
3.0.0-next.fluentui.710d6b92
3.0.0-next.lit-element-update.b2049e02
3.0.0-next.login-design.17a198b2
3.0.0-next.fluentui.069309d2
2.6.1241
2.6.2-preview.fbce1752
3.0.0-next.fluentui.f0746522
3.0.0-next.lit-element-update.c7523682
2.6.1-preview.56067842
3.0.0-next.login-design.f35bb032
3.0.0-next.login-design.06300ed2
3.0.0-next.login-design.c873cc82
3.0.0-next.login-design.8a19bd72
3.0.0-next.fluentui.4ad569b2
3.0.0-next.login-design.7e068372
3.0.0-next.login-design.005c7352
2.6.1-preview.be9c83e2
3.0.0-next.fluentui.f570cf72
2.6.1-preview.32a71d62
2.6.1-preview.964204d2
3.0.0-next.fluentui.5063d122
3.0.0-next.fluent-deps.4bc57412
2.6.1-preview.03eddcf2
2.6.1-next.fluent-deps.5690b072
2.6.1-preview.c46e4182
2.6.030
2.6.0-preview.e984aed2
2.5.3-preview.884992a2
2.5.3-preview.4877f5d2
2.5.3-preview.9a2fe662
2.5.3-preview.40fc41e2
2.5.3-preview.d26f83f2
2.5.3-preview.6b8ff092
2.5.3-preview.c1307fe2
2.5.3-next.fluentui.fe24fe92
2.5.3-preview.cd03a352
2.5.3-preview.b339cab2
2.5.3-preview.600eaa62
2.5.3-preview.774b7f22
2.5.3-preview.7e346482
2.5.26
2.5.2-preview.3b758932
2.5.2-preview.d8554fb2
2.5.14
2.4.1-next.teamsfx.8d567852
2.5.1-preview.dffa85d2
2.5.1-preview.cf6141c2
2.5.02
2.4.1-preview.6b037dc2
2.4.1-next.teamsfx.5936a192
2.4.1-preview.f33e4162
2.4.1-next.teamsfx.71252612
2.4.1-preview.4936d972
2.4.1-preview.26f8d312
2.4.1-preview.6c124f03
2.4.1-preview.30ec91b2
2.4.1-next.teamsfx.7b93d572
2.4.1-preview.ef729c82
2.4.1-preview.f78c3982
2.4.1-next.teamsfx.15637c72
2.4.1-preview.148aa7d2
2.4.1-preview.c1cd1af2
2.4.1-preview.3f6085a2
2.4.1-preview.5709ebd2
2.4.1-next.teamsfx.1552a262
2.4.1-preview.6d738552
2.4.1-next.teamsfx.c5a7f442
2.4.1-preview.bb3ec272
2.4.1-next.teamsfx.053a6002
2.4.1-preview.cad35842
2.4.1-next.teamsfx.3511fba2
2.4.1-next.teamsfx.a559bcd2
2.4.024
2.3.3-preview.8217c1a2
2.3.3-preview.ae546e22
2.3.3-preview.e9920ef2
2.3.3-preview.8cf1b742
2.3.3-preview.74be0a12
2.3.3-preview.922affc2
2.3.3-preview.ec0c3752
2.3.3-preview.e9be8b82
2.3.3-preview.24769462
2.3.3-preview.d80c70d2
2.3.3-preview.b8ef7242
2.3.3-preview.65d69e82
2.3.3-preview.077f9672
2.3.2-next.teamsfx.f5fc7d22
2.3.26
2.3.2-preview.0a4638a2
2.3.2-preview.95c84032
2.3.2-preview.ec1a5bf2
2.3.2-preview.d4facaf2
2.3.2-preview.45682192
2.3.2-next.teamsfx.6f1c31e2
2.3.2-next.teamsfx.4e8eb352
2.3.2-next.teamsfx.54e0d432
2.3.2-preview.644b0512
2.3.2-preview.4985b462
2.3.2-preview.43e9fcc2
2.3.2-preview.9601f9b2
2.3.2-preview.d9fd80d2
2.3.2-preview.28d74c82
2.3.2-preview.021cf762
2.3.2-preview.c3a86402
2.3.2-preview.fe9b2742
2.3.2-next.teamsfx.58b042d2
2.3.2-next.teamsfx.7e81e812
2.3.2-preview.4d255b92
2.3.2-preview.55268412
2.3.18
2.3.1-preview.4c06fbb2
2.3.1-preview.9a3d2c52
2.3.1-preview.d7be81c2
2.3.1-next.teamsfx.a1971882
2.3.1-next.teamsfx.ad6b37a2
2.3.1-preview.ad6b37a2
3.0.0-next.fluentui.dc3193d3
2.3.1-preview.39c451e2
2.3.1-next.groupTypeTest.e8797642
2.3.1-preview.4e379832
2.3.1-preview.448db9a2
2.3.1-preview.8f6b77e2
2.3.1-preview.7255a8e2
2.3.1-preview.d92acdc2
2.3.1-preview.c34f0242
2.3.1-preview.d30ed972
2.3.1-preview.83d39ad2
3.0.0-next.fluentui.80494f52
2.3.1-preview.a25353a2
2.3.1-next.groupTypeTest.07d923a2
2.3.1-preview.ca319492
3.0.0-next.fluentui.77e1b202
2.3.1-next.groupTypeTest.5d84b382
2.3.1-preview.1cd72912
2.3.1-preview.d17a8f22
2.3.1-preview.2193f2a2
2.3.1-preview.c46de5d2
3.0.0-next.fluentui.e5e86bd2
3.0.0-next.fluentui.51aa6563
2.3.1-preview.ebaf2782
2.3.1-preview.e68a1e62
2.3.1-preview.4cea86c2
2.3.1-preview.cc042b32
2.3.1-next.teamsfx.80de89a2
3.0.0-next.fluentui.321e6fd2
2.3.1-preview.80de89a2
2.3.1-preview.8579fb62
2.3.03
3.0.0-next.fluentui.ea07a062
2.3.0-preview.3877d842
2.3.0-preview.aaf6d022
3.0.0-next.fluentui.03a23362
2.3.0-preview.2385e242
2.3.0-preview.be732c62
2.3.0-preview.16b6ac02
2.3.0-preview.695479b2
3.0.0-next.fluentui.985eaf12
3.0.0-next.fluentui.cef0a0b2
2.3.0-preview.5b9fd622
3.0.0-next.fluentui.f3262aa2
2.2.1-next.fluentui.f4dbf0b2
2.2.1-preview.f4dbf0b2
2.2.1-next.fluentui.d4e6c242
2.2.1-preview.d4e6c242
2.2.1-preview.2940a692
2.2.1-preview.b98ff322
2.2.1-preview.c4478882
2.2.1-preview.3ec90722
2.2.1-preview.e8e3e982
2.2.1-next.fluentui.896ffcf2
2.2.1-preview.896ffcf2
2.2.1-next.fluentui.e848cf82
2.2.1-preview.e848cf82
2.2.1-preview.4ff1c722
2.2.1-next.multi-accounts.c6af1112
2.2.1-preview.e4e242a2
2.2.1-next.fluentui.b2c06db2
2.2.1-preview.b2c06db2
2.2.1-preview.187ccb82
2.2.1-next.teamsprovider.e6d920a2
2.2.1-preview.5e1e8e22
2.2.1-preview.174f4722
2.2.1-preview.10e98e42
2.2.115
2.3.0-preview.a927a2c2
2.3.0-preview.43eafb12
2.3.0-preview.a0098fe2
2.3.0-preview.6a590542
2.3.0-preview.a36676d2
2.3.0-preview.07b40fa2
2.3.0-preview.928dfe22
2.3.0-preview.4acb6982
2.3.0-preview.e487fab2
2.3.0-preview.7fa79992
2.3.0-preview.666f9d12
2.3.0-next.teamsprovider.6ffd83f2
2.3.0-next.teamsprovider.b00c20b2
2.3.0-preview.66a5bbb2
2.3.0-preview.6ed89192
2.3.0-preview.6cd510e2
2.3.0-preview.5b5332e2
2.3.0-preview.0f0dd862
2.3.0-preview.87be56d2
2.3.0-preview.0bef1362
2.3.0-preview.7d922782
2.3.0-preview.ef38de52
2.3.0-preview.12a69372
2.3.0-preview.537508d2
2.3.0-next.multi-accounts.f43055d2
2.3.0-next.teamsprovider.525dfc22
2.3.0-next.build21.b0a03382
2.2.0155
2.2.0-preview.9f6e67b2
2.2.0-preview.43b849f2
2.2.0-next.mgt-spfx-react.eed2c5e2
2.2.0-next.mgt-spfx-react.a981fcb2
2.2.0-next.mgt-spfx-react.49c1ef22
2.2.0-next.mgt-spfx-react.4010c232
2.2.0-next.mgt-spfx-react.98e3bf72
2.2.0-next.mgt-spfx-react.1b4102f2
2.2.0-next.mgt-spfx-react.20ff3a32
2.2.0-preview.29756ff2
2.2.0-preview.46c0b6a2
2.2.0-preview.e2d6d4f2
2.2.0-preview.8bc691b2
2.2.0-preview.fd2ea1f2
2.2.0-preview.11d7c4e2
2.2.0-preview.cfd76202
2.2.0-preview.05ee2b62
2.2.0-preview.c78e58d2
2.2.0-preview.9a98dfd2
2.2.0-preview.9ab296f2
2.2.0-preview.4924a052
2.2.0-preview.59932a52
2.2.0-preview.b795a382
2.2.0-preview.0a84ed72
2.2.0-preview.9d9833e2
2.2.0-preview.cffdc6f2
2.2.0-preview.fea9bdc2
2.2.0-preview.f1e41202
2.2.0-next.teamsprovider.16b1f8c2
2.2.0-preview.4614c372
2.2.0-preview.e2e7e5b3
2.2.0-preview.0f11f032
2.2.0-next.build21.ac47b2b2
2.2.0-preview.9f2ad632
2.2.0-next.multi-accounts.5ab75ad2
2.2.0-next.multi-accounts.1078dff2
2.2.0-preview.1078dff2
2.2.0-next.file.fa685e82
2.2.0-next.teamsprovider.9d48fb02
2.2.0-preview.6a6e1142
2.2.0-preview.4cd4f642
2.2.0-preview.58c29b02
2.2.0-preview.d9ced842
2.2.0-next.msal2provider.26a27532
2.2.0-next.msal2provider.94faf9f2
2.2.0-preview.05dad462
2.2.0-next.msal2provider.d842c5b2
2.2.0-next.file.e5db5e42
2.2.0-next.file.3fac96f2
2.2.0-preview.de5fa692
2.2.0-preview.ec6bdb72
2.2.0-preview.3de203b2
2.2.0-next.file.979a41a2
2.2.0-preview.335a7f32
2.2.0-next.file.a7b302f2
2.2.0-preview.8efb6de2
2.2.0-preview.95603a42
2.2.0-next.domainHint.d04c1862
2.2.0-next.domainHint.0c139912
2.2.0-preview.fb176f72
2.2.0-preview.38766c72
2.2.0-next.domainHint.a5edda12
2.2.0-next.file.0e80deb2
2.2.0-next.msal2provider.617820d2
2.2.0-next.domainHint.399bacd2
2.2.0-preview.ef9b63b2
2.2.0-next.msal2provider.a9b1931b2
2.2.0-next.msal2provider.178cdd72
2.2.0-preview.15dda672
2.2.0-preview.8178bb82
2.2.0-preview.cea87402
2.2.0-preview.94da4672
2.2.0-preview.3f351ec2
2.2.0-preview.2ade0ec2
2.2.0-next.file.b0384992
2.2.0-next.file.349a93b2
2.2.0-preview.c7c25c32
2.2.0-preview.2b122992
2.2.0-next.file.d7506122
2.2.0-next.domainHint.f523b232
2.2.0-preview.e4ae1022
2.2.0-next.domainHint.75503b72
2.2.0-preview.0245c762
2.2.0-preview.079643a2
2.2.0-preview.78568fa2
2.2.0-preview.ebac0f42
2.1.032
2.2.0-next.file-picker.bcc3b0d2
2.2.0-preview.3e7211a2
2.2.0-next.domainHint.dccd5712
2.2.0-preview.9dd9cdf2
2.2.0-next.file.e40e43b2
2.2.0-preview.e580c1c2
2.2.0-preview.61778be2
2.2.0-preview.19a52a62
2.2.0-preview.56b7b6c2
2.2.0-preview.3f855532
2.2.0-preview.3bf867f2
2.2.0-preview.db82765b2
2.2.0-preview.db827652
2.2.0-preview.6e3772e2
2.1.0-preview.8672ba82
2.1.0-preview.8bfa6f02
2.1.0-preview.30e40082
2.1.0-preview.e85deaf2
2.1.0-preview.63d84672
2.1.0-preview.f66db692
2.1.0-preview.6b153d32
2.1.0-preview.e61861c2
2.1.0-preview.3e755ca2
2.1.0-preview.1d6fd022
2.1.0-preview.3ad97e92
2.1.0-preview.906c7262
2.1.0-preview.234adee2
2.1.0-preview.4c52fa92
2.1.0-preview.0f177512
2.1.0-preview.5d4f56f2
2.1.0-preview.b2d9eba2
2.1.0-preview.8e7390a2
2.1.0-preview.56c1f662
2.1.0-preview.4c9eb382
2.0.16
2.1.0-preview.17ba5142
2.1.0-preview.0ae55942
2.1.0-preview.44812ca2
2.0.02
2.0.0-preview.726deb62
2.0.0-preview.6959a482
2.0.0-preview.6594bcb2
2.0.0-rc.12
2.0.0-preview.92
2.0.0-preview.82
2.0.0-preview.63
1.3.681
2.0.0-preview.42
2.0.0-preview.32
1.3.512
2.0.0-preview.13
1.4.0-preview.12
1.3.47
1.3.34
1.3.217
1.3.12
1.3.02
1.3.0-preview.32
1.3.0-preview.22
1.3.0-preview.12
1.2.52
1.2.42
1.2.32
1.2.22
1.2.12
1.1.12
1.1.09
1.1.0-preview.22
1.1.0-preview.12
1.0.06
0.2.22
0.2.02
0.1.12
0.1.02
0.1.0-preview.82
0.1.0-preview.72
0.1.0-preview.62
0.1.0-preview.52
0.1.0-preview.42
0.1.0-preview.32
0.1.0-preview.22

Package Sidebar

Install

npm i @microsoft/mgt

Weekly Downloads

8,144

Version

4.6.0

License

MIT

Unpacked Size

1.48 MB

Total Files

14

Last publish

Collaborators

  • microsoft1es
  • microsoft-graph-toolkit