@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.0.0-next.mgt-chat.8627a910next.mgt-chat
3.1.3-next.mgt-without-loader.701821d0next.mgt-without-loader
3.0.1-next.independent-providers.9468a8b0next.independent-providers
3.0.0-rc.3-next.fluentui.5112ceb0next.fluentui
3.0.0-rc.30preview
3.0.0-preview.1-next.preview-pipeline.8bf38480next.preview-pipeline
3.0.0-preview.1-next.fix-grid.a34c8fc0next.fix-grid
3.0.0-next.wip.31dfb9e0next.wip
3.0.0-next.node16-support.f4153400next.node16-support
3.0.0-next.merge.cdd49dc0next.merge
3.0.0-next.login-design.17a198b0next.login-design
3.0.0-next.lit-element-update.dbb1f260next.lit-element-update
3.0.0-next.fluent-deps.4bc57410next.fluent-deps
3.0.0-next.dark-toggle.5e7a6890next.dark-toggle
2.4.1-next.teamsfx.8d567850next.teamsfx
2.3.1-next.groupTypeTest.e8797640next.groupTypeTest
4.6.0844latest
4.6.0-preview.261e58e4next
3.0.0-next.wc-registration.43194e01next.wc-registration
3.0.0-next.wc-registration-samples.6363b761next.wc-registration-samples
2.7.1-next.fix-people-picker-flyout-a11y.0210f090next.fix-people-picker-flyout-a11y
3.1.3-next.enable-tree-shaking.31b876c2next.enable-tree-shaking
4.0.1-next.electron-provider.74fa1891next.electron-provider
3.0.0-next.wc-registration-utils.6ca9b591next.wc-registration-utils
3.0.0-next.fix-msal2-provider.89cb1c31next.fix-msal2-provider
3.0.0-next.enhanced-file-list.49c3edd1next.enhanced-file-list
3.0.0-next.disambiguation-util-fixes.aecf0621next.disambiguation-util-fixes

Version History

VersionDownloads (Last 7 Days)Published
4.6.0844
4.6.0-preview.261e58e4
4.5.0-preview.dbabb931
4.5.0-preview.50314d71
4.5.0-preview.26694da1
4.5.044
4.5.0-preview.1b237822
4.4.0-preview.e89be341
4.4.0-preview.c7965631
4.4.0-preview.3bfb0a41
4.4.0-preview.90b85370
4.4.0-preview.f185d900
4.4.0-preview.9bb59d12
4.4.0-preview.9cd4c7b0
4.4.0-preview.0069c831
4.4.0-preview.5e1e4fc2
4.4.0-preview.ab1ee200
4.4.0260
4.4.0-preview.2bd62821
4.3.0-preview.1afd7411
4.3.0-preview.e2edc881
4.3.052
4.3.0-preview.9666b8b0
4.2.5-preview.ea37cbf0
4.2.5-preview.b4d8c0c2
4.2.5-preview.5a112522
4.2.5-preview.ae493320
4.2.5-preview.a8f40990
4.2.5-preview.3a66df90
4.2.5-preview.76a013d1
4.2.5-preview.d2add091
4.0.0-next.mgt-chat.8627a910
4.2.52,191
4.2.5-preview.3695be90
4.2.4-preview.3e8b0f50
4.2.4-preview.d6755cc1
4.2.4-preview.440211b0
4.2.4-preview.e685aee1
4.2.4-preview.eb8f96e1
4.2.4-preview.439d0fc2
4.2.421
4.2.4-preview.1f3deb81
4.2.3-preview.06cd9250
4.2.3-preview.ba87c321
4.2.3-preview.096a50d1
4.2.3-preview.80362780
4.2.3-preview.432d8ce0
4.2.3-preview.55513511
4.2.3-preview.62b1ed41
4.2.334
4.2.3-preview.b7a737d1
4.2.2-preview.da90c5b2
4.2.2-preview.25a6a370
4.2.2-preview.463687d1
4.2.2-preview.1f080d91
4.2.2-preview.0ef8dd70
4.2.2-preview.2be7fae1
4.2.2-preview.6a93c6e2
4.2.2-preview.97fe1c01
4.2.239
4.2.1-preview.bfa4af82
4.2.1-preview.9f0799e1
4.2.1-preview.6e510440
4.2.1-preview.7f9eac30
4.2.1-preview.ef846d52
4.2.1-preview.35b86ff1
4.2.174
4.2.0-preview.dadb0f32
4.1.0-preview.bc1fedf0
4.1.0-preview.81826d91
4.1.0-preview.1e695aa1
4.1.0-preview.948b0781
4.1.0-preview.da779130
4.1.0-preview.daf0cf90
4.0.0-next.mgt-chat.c42aa190
4.1.0-preview.ae5e3431
4.0.0-next.mgt-chat.f78d1972
4.1.0-preview.bc8423c1
4.1.038
4.0.1-preview.f1747141
4.0.1-preview.c572c011
4.0.1-next.electron-provider.74fa1891
4.0.0-next.mgt-chat.6107570
4.0.1-preview.f1ffe5e1
4.0.1-next.electron-provider.95c51f51
4.0.1-next.electron-provider.9888a350
4.0.1-next.electron-provider.a9c14031
4.0.1-next.electron-provider.669ff521
4.0.1-next.electron-provider.39183f71
4.0.1-preview.48449c40
4.0.0-next.mgt-chat.5c123b01
4.0.11
4.0.0-preview.8c8b1380
4.0.0-preview.3d893b21
4.0.0-next.mgt-chat.eeea1d62
4.0.02
3.1.3-preview.52d8ad90
3.1.3-preview.0bad7e50
3.1.3-preview.eec74d00
3.1.3-preview.14bb9c12
3.1.3-preview.b254e490
3.1.3-preview.0317fc20
3.1.3-preview.573fa452
3.1.3-next.mgt-chat.4a285e11
3.1.3-next.mgt-chat.511f6ea1
3.1.3-preview.606fffb1
3.1.3-preview.00fe9460
3.1.3-preview.3e436de2
3.1.3-preview.65ca8e20
3.1.3-preview.ea0f71b2
3.1.3-preview.2fb10641
3.1.3-preview.18d0aec0
3.1.3-preview.eda4b192
3.1.3-next.mgt-without-loader.701821d0
3.1.3-preview.e79fbdc2
3.1.3-next.mgt-chat.72231120
3.1.3-next.mgt-chat.040beb60
3.1.3-preview.ec25e570
3.1.3-preview.6d44a171
3.1.3-preview.267bc192
3.1.3-preview.11459db2
3.1.3-preview.90b2dd12
3.1.3-preview.53b291c1
3.1.3-preview.f2547d11
3.1.3-preview.981e6f91
3.1.3-preview.81d124b1
3.1.3-preview.8900eb40
3.1.3-next.mgt-chat.c9c40472
3.1.3-preview.ebf5ed31
3.1.3-preview.513031b1
3.1.3-preview.86697f40
3.1.3-preview.9c53cbf0
3.1.3-preview.4c415341
3.1.3-preview.992ab851
3.1.3-preview.df8af8c1
3.1.3-preview.64acd1f1
3.1.3-preview.59cccb00
3.1.3-preview.ad4cfa31
3.1.3-preview.f3e85990
3.1.3-next.mgt-chat.4d0db501
3.1.3-next.mgt-chat.45a649f1
3.1.3-next.mgt-chat.48d2d551
3.1.3-preview.c3a3d820
3.1.3-next.mgt-chat.7181efd0
3.1.3-next.mgt-chat.e8fbbea0
3.1.3-next.mgt-chat.f278f220
3.1.3-preview.4769ef70
3.1.3-next.mgt-chat.965d3a30
3.1.3-next.mgt-chat.a168e961
3.1.3-next.mgt-chat.1c168830
3.1.3-next.mgt-chat.d50ace91
3.1.3-next.mgt-chat.63c72dc1
3.1.3-preview.1ab19701
3.1.3-preview.b7db2621
3.1.3-next.mgt-chat.9c849552
3.1.3-next.mgt-chat.080a7331
3.1.3-preview.81776991
3.1.3-next.mgt-chat.47025151
3.1.3-preview.00b168b1
3.1.3-preview.0ea7e6a1
3.1.3-preview.0d671e62
3.1.3-next.mgt-chat.a11fc652
3.1.3-next.mgt-chat.3c28c570
3.1.3-preview.68f517b2
3.1.3-preview.18925a91
3.1.2-next.mgt-chat.8eedbb50
3.1.2-next.mgt-chat.e7c30501
3.1.3-preview.14e7a562
3.1.3-preview.f5bf7cc0
3.1.3-preview.f54dc811
3.1.2-next.mgt-chat.2a61bd72
3.1.2-next.mgt-chat.cb240cb1
3.1.2-next.mgt-chat.f2a91972
3.1.2-next.mgt-chat.c854c6a2
3.1.3-preview.c41d7190
3.1.2-next.mgt-chat.112aaba0
3.1.3-next.enable-tree-shaking.31b876c2
3.1.3-next.enable-tree-shaking.d405e0b1
3.1.3-preview.d27ffa72
3.1.3-preview.4b85be11
3.1.2-next.mgt-chat.80a6d071
3.1.2-next.mgt-chat.406ca1e1
3.1.2-next.mgt-chat.05610a00
3.1.2-next.mgt-chat.10991a52
3.1.2-next.mgt-chat.7ff602b0
3.1.3-preview.45163ed2
3.1.2-next.mgt-chat.3c007101
3.1.2-next.mgt-chat.74a76081
3.1.2-next.mgt-chat.94bd50f0
3.1.2-next.enable-tree-shaking.20bb2650
3.1.3576
3.1.2-next.enable-tree-shaking.74184471
3.1.2-next.enable-tree-shaking.624e6900
3.1.2-preview.882aaf62
3.1.2-next.enable-tree-shaking.f29541b1
3.1.2-next.enable-tree-shaking.5c50d222
3.1.2-preview.d19f0782
3.1.2-next.mgt-chat.9becafa1
3.1.2-preview.be7add80
3.1.2-preview.c9023c20
3.1.2-preview.239bfb02
3.1.2-next.mgt-chat.5bfd92e0
3.1.2-preview.b3bc50d1
3.1.2-preview.247f37a2
3.1.2-preview.a724b052
3.1.2-preview.dc1e6020
3.1.2-preview.09ec6360
3.1.2-preview.f50e6ab2
3.1.2-preview.ba381c81
3.1.2-preview.ab7f18e1
3.1.2-preview.b9fcfe71
3.1.2-preview.a5aec5a0
3.1.22
3.1.1-preview.ca313c11
3.1.1-next.mgt-chat.32dcbc01
3.0.0-next.mgt-chat.6e309a41
3.1.1-preview.10b25f92
3.1.1-preview.cb69e010
3.1.1-preview.d898d981
3.1.1-preview.14cc8fd2
3.0.0-next.mgt-chat.d73db512
3.1.121
3.1.0-preview.263f36f1
3.1.0-preview.48ea18b0
3.1.03
3.0.1-next.enable-tree-shaking.c9076410
3.0.1-next.enable-tree-shaking.e9196300
3.0.1-next.enable-tree-shaking.f5f46840
3.0.1-next.enable-tree-shaking.7ab67b30
3.0.1-next.enable-tree-shaking.9dc0e370
3.0.1-preview.ec621cd0
3.0.1-preview.27e1fc91
3.0.1-next.enable-tree-shaking.5d7b7550
3.0.1-preview.a0ce2f40
3.0.1-preview.28703c90
3.0.1-preview.7fb265c0
3.0.1-next.independent-providers.9468a8b0
3.0.1-next.enable-tree-shaking.24e7d040
3.0.0-next.mgt-chat.46b0d0f0
3.0.10
3.0.1-preview.5260ce00
3.0.1-preview.bd171950
3.0.1-preview.e380b4a1
3.0.1-preview.0ba37cc1
3.0.1-preview.7ba98e41
3.0.1-preview.1f972150
3.0.1-preview.49b81bf1
3.0.1-preview.9ea652f0
3.0.0-next.mgt-chat.5cf79610
3.0.0-next.mgt-chat.2f06e011
3.0.1-preview.9069aa70
3.0.02
3.0.0-preview.f6472ee0
3.0.0-rc.3-preview.e055c330
2.11.2823
2.11.2-preview.4dac3ba1
3.0.0-rc.3-next.fluentui.5112ceb0
3.0.0-rc.3-next.fluentui.7032e880
3.0.0-rc.3-next.fluentui.b89f0451
3.0.0-rc.3-next.fluentui.51842171
3.0.0-rc.3-next.fluentui.99884f80
3.0.0-rc.3-next.fluentui.6b1dc4d1
3.0.0-rc.3-next.fluentui.63ad0550
3.0.0-rc.3-next.fluentui.a83ae280
3.0.0-rc.3-next.fluentui.5bdaea61
3.0.0-rc.3-next.fluentui.3da63330
3.0.0-rc.3-next.fluentui.86910551
3.0.0-rc.3-next.fluentui.d35ba230
3.0.0-rc.3-next.fluentui.44ed5bd1
3.0.0-rc.3-next.fluentui.da8b7e31
3.0.0-rc.3-next.fluentui.6d3254d0
3.0.0-rc.3-next.fluentui.0bbb4870
3.0.0-rc.3-next.fluentui.2bd21d10
3.0.0-rc.3-next.fluentui.6c39ea10
3.0.0-rc.3-next.fluentui.c14af080
3.0.0-rc.3-next.fluentui.4c06bd20
3.0.0-rc.3-next.fluentui.7fd4dab1
3.0.0-rc.3-next.fluentui.cde48c80
3.0.0-rc.3-next.fluentui.70211aa1
3.0.0-rc.3-next.fluentui.c9d21950
3.0.0-rc.3-next.fluentui.d0846650
3.0.0-rc.3-next.fluentui.ff5ea0b0
3.0.0-rc.3-next.fluentui.08819b11
3.0.0-rc.3-next.fluentui.a6af8561
2.11.1-preview.00b68e60
3.0.0-rc.3-next.fluentui.68a05bb0
3.0.0-rc.3-next.fluentui.edab5f11
3.0.0-rc.30
3.0.0-rc.3-next.fluentui.8fea8dd0
3.0.0-rc.21
3.0.0-rc.2-next.fluentui.d009f7f0
3.0.0-rc.1-next.fluentui.ffaa0e70
3.0.0-rc.11
3.0.0-rc.1-next.fluentui.2ee00780
3.0.0-rc.1-next.fluentui.70bef480
2.11.12
2.11.1-preview.4025f6f1
3.0.0-rc.1-next.fluentui.ed6c9b30
3.0.0-rc.1-next.fluentui.0d38a720
3.0.0-preview.2-next.fluentui.c49f70c0
2.11.01
2.11.0-preview.a8902ac1
3.0.0-preview.2-next.fluentui.f55a88a1
3.0.0-preview.2-next.fluentui.1ce13ae0
2.10.2-preview.b0956940
3.0.0-preview.2-next.fluentui.abd00b40
3.0.0-preview.2-next.fluentui.38a13e10
3.0.0-preview.2-next.fluentui.47471891
3.0.0-preview.2-next.fluentui.af34d151
3.0.0-preview.2-next.fluentui.e7efa210
3.0.0-preview.2-next.fluentui.8c601c90
3.0.0-preview.2-next.fluentui.fbd397d1
3.0.0-preview.2-next.fluentui.00f65650
2.10.2-preview.9f8953a0
3.0.0-preview.2-next.mgt-chat.c915cc50
3.0.0-preview.2-next.fluentui.b166aaf0
2.10.2-preview.071f3d51
3.0.0-preview.2-next.mgt-chat.bdfdcb41
3.0.0-preview.2-next.fluentui.c007abc0
3.0.0-preview.2-next.fluentui.ab2ddda0
3.0.0-preview.1-next.mgt-chat.6a93d6b0
3.0.0-preview.21
3.0.0-preview.2-next.fluentui.5dd2cad1
3.0.0-preview.1-next.fix-grid.a34c8fc0
3.0.0-preview.1-next.fix-grid.656f2940
3.0.0-preview.1-next.mgt-chat.15a0fdb1
3.0.0-preview.1-next.fluentui.4e3d8980
3.0.0-preview.1-next.fluentui.36779360
2.10.2-preview.d27858c0
3.0.0-preview.1-next.mgt-chat.5a030070
2.10.2-preview.7b701d00
3.0.0-preview.1-next.fluentui.1c9face0
3.0.0-preview.1-next.fluentui.48639950
3.0.0-preview.1-next.mgt-chat.f7f90d60
3.0.0-preview.1-next.fluentui.87e6c2f0
2.10.2-preview.3c4d6200
2.10.140
2.10.1-preview.64887050
3.0.0-preview.1-next.fluentui.c7bf0470
2.10.1-preview.274af2c0
3.0.0-preview.1-next.fluentui.fc4f1e00
2.10.1-preview.711a2331
2.10.1-preview.c60567d1
3.0.0-preview.1-next.fluentui.1ebb02f1
2.10.1-preview.721dbe41
3.0.0-preview.1-next.fix-grid.45f86310
3.0.0-preview.1-next.fix-grid.7d785be0
3.0.0-preview.1-next.fix-grid.78d65b70
3.0.0-preview.1-next.fluentui.40b87f91
3.0.0-preview.1-next.mgt-chat.8d2c8ef0
3.0.0-preview.1-next.fluentui.ae05e3f1
2.10.1-preview.aafdc5e0
3.0.0-preview.1-next.fluentui.2970a441
2.10.1-preview.a1e61f10
2.10.0-preview.4ffcb440
2.10.09
2.9.2-preview.9b600de0
2.9.2-preview.8f7eac60
2.9.2-preview.59301ab0
3.0.0-preview.1-next.fix-grid.3757af90
3.0.0-preview.1-next.fix-grid.48046d01
3.0.0-preview.1-next.fix-grid.c4830fa0
3.0.0-preview.1-next.fix-grid.e6fdc870
3.0.0-preview.1-next.mgt-chat.97255fa0
3.0.0-preview.1-next.mgt-chat.8fc20a00
3.0.0-preview.1-next.mgt-chat.aff93840
3.0.0-preview.1-next.fluentui.89b79e91
2.9.2-preview.0f68f600
3.0.0-preview.1-next.fix-grid.2de2c030
3.0.0-preview.1-next.mgt-chat.187d6520
2.9.212
3.0.0-preview.10
3.0.0-preview.1-next.fluentui.94e390b1
2.9.2-preview.7a233db0
3.0.0-preview.1-next.fluentui.96740ab0
3.0.0-preview.1-next.fluentui.840b6b60
2.9.10
3.0.0-preview.1-next.preview-pipeline.8bf38480
3.0.0-preview.1-next.preview-pipeline.2fbf2580
3.0.0-preview.1-next.preview-pipeline.98f942f0
3.0.0-next.fix-grid.0fb1ed90
3.0.0-next.fix-grid.b9de2aa0
3.0.0-next.fluentui.27715440
3.0.0-next.fluentui.e8531bd0
3.0.0-next.disambiguation-util-fixes.aecf0621
3.0.0-next.fluentui.b2e5d8b0
3.0.0-next.disambiguation-util-fixes.1d8e4c20
3.0.0-next.fluentui.66c2e6c0
3.0.0-next.disambiguation-util-fixes.4e420781
3.0.0-next.fluentui.e1058851
3.0.0-next.fluentui.99619261
3.0.0-next.dark-toggle.5e7a6890
3.0.0-next.fluentui.11e68070
3.0.0-next.dark-toggle.a3027680
2.9.1-preview.b38f17f1
3.0.0-next.dark-toggle.1d080340
3.0.0-next.dark-toggle.badd2800
3.0.0-next.fluentui.21e42461
3.0.0-next.fluentui.d7247a00
3.0.0-next.fluentui.bbd5da40
3.0.0-next.fluentui.42c7be81
3.0.0-next.fluentui.6317ccf0
3.0.0-next.wc-registration-utils.6ca9b591
3.0.0-next.wc-registration-utils.0509e401
3.0.0-next.wc-registration-utils.050527a0
3.0.0-next.fluentui.9e007380
3.0.0-next.enhanced-file-list.49c3edd1
3.0.0-next.wc-registration-utils.5e5069a0
2.9.1-preview.5b32c5f0
3.0.0-next.wc-registration-utils.fd01cf20
3.0.0-next.fluentui.5ac20991
3.0.0-next.fluentui.d9197520
3.0.0-next.enhanced-file-list.02f4ec61
2.9.066
2.9.1-preview.75d11a60
2.8.1-preview.911c07c0
2.8.1-preview.2f03ee50
2.8.1-preview.92206b91
2.8.1-preview.b2cbbf20
3.0.0-next.fluentui.1edf6350
3.0.0-next.wip.31dfb9e0
2.8.06
2.8.1-preview.ab8f39c0
2.7.1-preview.f9e21450
2.7.1-preview.ae3c0b10
2.7.1-preview.ab34e640
3.0.0-next.wip.09a21150
2.7.1-preview.39774a00
3.0.0-next.wip.b8de53b1
2.7.1-preview.22b204a1
2.7.1-preview.1b67cf60
2.7.1-preview.4ac80bb0
3.0.0-next.fluentui.47b48401
2.7.1-preview.a5e38071
2.7.1-preview.041c71e0
2.7.1-preview.4e591580
2.7.1-preview.ce9da921
3.0.0-next.fluentui.dd41eb11
2.7.1-preview.728e5780
3.0.0-next.fix-msal2-provider.89cb1c31
2.7.127
3.0.0-next.wc-registration-utils.0dde7ba0
3.0.0-next.wc-registration-utils.537a9a21
2.7.1-preview.37d1add0
2.7.1-next.fix-people-picker-flyout-a11y.0210f090
2.7.1-preview.3b1dfba1
2.7.1-next.fix-people-picker-flyout-a11y.b72c3c11
2.7.00
2.7.1-preview.1b0bf780
3.0.0-next.wc-registration-utils.89e938e1
3.0.0-next.fluentui.a573bdf1
2.6.3-preview.adcc63c0
2.6.3-preview.9a98e071
2.6.3-preview.d93bde70
3.0.0-next.wc-registration.43194e01
3.0.0-next.wc-registration-utils.8b6e9e00
3.0.0-next.node16-support.f4153400
2.6.3-preview.7bd958e0
2.6.3-preview.41de8c41
3.0.0-next.wc-registration.71a05b00
3.0.0-next.wc-registration.412c2501
2.6.3-preview.cd06fe20
2.6.3-preview.20bd6cf0
2.6.217
2.6.3-preview.592c5fe0
2.6.2-preview.73dc57e0
2.6.2-preview.41649400
2.6.2-preview.3ebaa981
3.0.0-next.fluentui.21549f81
2.6.2-preview.37b4cf20
3.0.0-next.wc-registration.244b27c1
3.0.0-next.wc-registration-samples.6363b761
3.0.0-next.wc-registration-samples.e9879220
3.0.0-next.wc-registration.38d8b010
3.0.0-next.wc-registration-samples.29dc0f90
2.6.2-preview.6b447790
3.0.0-next.wc-registration-samples.bfd19e81
3.0.0-next.fluentui.731bba41
2.6.2-preview.240f7560
3.0.0-next.merge.cdd49dc0
2.6.2-preview.2b4b09b0
2.6.2-preview.b8d68910
3.0.0-next.wc-registration.66282821
3.0.0-next.wc-registration.6de1a260
3.0.0-next.wc-registration.2bfc7a40
3.0.0-next.wc-registration.78ad2b00
3.0.0-next.fluentui.a05b7aa0
2.6.2-preview.25175be1
2.6.2-preview.6dca0ba0
2.6.2-preview.652a6cc1
3.0.0-next.fluentui.3bf61590
2.6.2-preview.7e6e7b10
2.6.2-preview.84d32e71
3.0.0-next.fluentui.8c997821
3.0.0-next.fluentui.7c782ff0
3.0.0-next.lit-element-update.dbb1f260
3.0.0-next.lit-element-update.9f5ae340
3.0.0-next.fluentui.710d6b90
3.0.0-next.lit-element-update.b2049e00
3.0.0-next.login-design.17a198b0
3.0.0-next.fluentui.069309d0
2.6.1296
2.6.2-preview.fbce1750
3.0.0-next.fluentui.f0746521
3.0.0-next.lit-element-update.c7523681
2.6.1-preview.56067841
3.0.0-next.login-design.f35bb030
3.0.0-next.login-design.06300ed1
3.0.0-next.login-design.c873cc80
3.0.0-next.login-design.8a19bd71
3.0.0-next.fluentui.4ad569b1
3.0.0-next.login-design.7e068370
3.0.0-next.login-design.005c7351
2.6.1-preview.be9c83e0
3.0.0-next.fluentui.f570cf70
2.6.1-preview.32a71d60
2.6.1-preview.964204d1
3.0.0-next.fluentui.5063d120
3.0.0-next.fluent-deps.4bc57410
2.6.1-preview.03eddcf1
2.6.1-next.fluent-deps.5690b070
2.6.1-preview.c46e4180
2.6.029
2.6.0-preview.e984aed0
2.5.3-preview.884992a0
2.5.3-preview.4877f5d1
2.5.3-preview.9a2fe660
2.5.3-preview.40fc41e0
2.5.3-preview.d26f83f0
2.5.3-preview.6b8ff091
2.5.3-preview.c1307fe1
2.5.3-next.fluentui.fe24fe90
2.5.3-preview.cd03a350
2.5.3-preview.b339cab0
2.5.3-preview.600eaa60
2.5.3-preview.774b7f20
2.5.3-preview.7e346480
2.5.23
2.5.2-preview.3b758931
2.5.2-preview.d8554fb0
2.5.14
2.4.1-next.teamsfx.8d567850
2.5.1-preview.dffa85d0
2.5.1-preview.cf6141c1
2.5.00
2.4.1-preview.6b037dc0
2.4.1-next.teamsfx.5936a191
2.4.1-preview.f33e4161
2.4.1-next.teamsfx.71252610
2.4.1-preview.4936d970
2.4.1-preview.26f8d311
2.4.1-preview.6c124f00
2.4.1-preview.30ec91b0
2.4.1-next.teamsfx.7b93d571
2.4.1-preview.ef729c80
2.4.1-preview.f78c3980
2.4.1-next.teamsfx.15637c71
2.4.1-preview.148aa7d0
2.4.1-preview.c1cd1af0
2.4.1-preview.3f6085a0
2.4.1-preview.5709ebd0
2.4.1-next.teamsfx.1552a260
2.4.1-preview.6d738550
2.4.1-next.teamsfx.c5a7f441
2.4.1-preview.bb3ec271
2.4.1-next.teamsfx.053a6001
2.4.1-preview.cad35840
2.4.1-next.teamsfx.3511fba0
2.4.1-next.teamsfx.a559bcd0
2.4.053
2.3.3-preview.8217c1a0
2.3.3-preview.ae546e20
2.3.3-preview.e9920ef0
2.3.3-preview.8cf1b740
2.3.3-preview.74be0a11
2.3.3-preview.922affc0
2.3.3-preview.ec0c3750
2.3.3-preview.e9be8b81
2.3.3-preview.24769460
2.3.3-preview.d80c70d0
2.3.3-preview.b8ef7240
2.3.3-preview.65d69e80
2.3.3-preview.077f9671
2.3.2-next.teamsfx.f5fc7d20
2.3.22
2.3.2-preview.0a4638a1
2.3.2-preview.95c84030
2.3.2-preview.ec1a5bf0
2.3.2-preview.d4facaf1
2.3.2-preview.45682191
2.3.2-next.teamsfx.6f1c31e1
2.3.2-next.teamsfx.4e8eb350
2.3.2-next.teamsfx.54e0d430
2.3.2-preview.644b0511
2.3.2-preview.4985b460
2.3.2-preview.43e9fcc0
2.3.2-preview.9601f9b0
2.3.2-preview.d9fd80d0
2.3.2-preview.28d74c80
2.3.2-preview.021cf760
2.3.2-preview.c3a86400
2.3.2-preview.fe9b2740
2.3.2-next.teamsfx.58b042d0
2.3.2-next.teamsfx.7e81e811
2.3.2-preview.4d255b90
2.3.2-preview.55268411
2.3.15
2.3.1-preview.4c06fbb0
2.3.1-preview.9a3d2c50
2.3.1-preview.d7be81c0
2.3.1-next.teamsfx.a1971881
2.3.1-next.teamsfx.ad6b37a1
2.3.1-preview.ad6b37a0
3.0.0-next.fluentui.dc3193d0
2.3.1-preview.39c451e0
2.3.1-next.groupTypeTest.e8797640
2.3.1-preview.4e379831
2.3.1-preview.448db9a0
2.3.1-preview.8f6b77e0
2.3.1-preview.7255a8e0
2.3.1-preview.d92acdc0
2.3.1-preview.c34f0240
2.3.1-preview.d30ed970
2.3.1-preview.83d39ad1
3.0.0-next.fluentui.80494f50
2.3.1-preview.a25353a0
2.3.1-next.groupTypeTest.07d923a0
2.3.1-preview.ca319491
3.0.0-next.fluentui.77e1b201
2.3.1-next.groupTypeTest.5d84b380
2.3.1-preview.1cd72910
2.3.1-preview.d17a8f20
2.3.1-preview.2193f2a1
2.3.1-preview.c46de5d0
3.0.0-next.fluentui.e5e86bd0
3.0.0-next.fluentui.51aa6561
2.3.1-preview.ebaf2780
2.3.1-preview.e68a1e60
2.3.1-preview.4cea86c0
2.3.1-preview.cc042b31
2.3.1-next.teamsfx.80de89a0
3.0.0-next.fluentui.321e6fd0
2.3.1-preview.80de89a1
2.3.1-preview.8579fb60
2.3.02
3.0.0-next.fluentui.ea07a061
2.3.0-preview.3877d840
2.3.0-preview.aaf6d021
3.0.0-next.fluentui.03a23361
2.3.0-preview.2385e240
2.3.0-preview.be732c60
2.3.0-preview.16b6ac00
2.3.0-preview.695479b0
3.0.0-next.fluentui.985eaf11
3.0.0-next.fluentui.cef0a0b0
2.3.0-preview.5b9fd620
3.0.0-next.fluentui.f3262aa1
2.2.1-next.fluentui.f4dbf0b0
2.2.1-preview.f4dbf0b0
2.2.1-next.fluentui.d4e6c240
2.2.1-preview.d4e6c240
2.2.1-preview.2940a690
2.2.1-preview.b98ff320
2.2.1-preview.c4478880
2.2.1-preview.3ec90721
2.2.1-preview.e8e3e980
2.2.1-next.fluentui.896ffcf0
2.2.1-preview.896ffcf0
2.2.1-next.fluentui.e848cf80
2.2.1-preview.e848cf80
2.2.1-preview.4ff1c720
2.2.1-next.multi-accounts.c6af1111
2.2.1-preview.e4e242a0
2.2.1-next.fluentui.b2c06db1
2.2.1-preview.b2c06db0
2.2.1-preview.187ccb80
2.2.1-next.teamsprovider.e6d920a0
2.2.1-preview.5e1e8e20
2.2.1-preview.174f4720
2.2.1-preview.10e98e40
2.2.117
2.3.0-preview.a927a2c0
2.3.0-preview.43eafb10
2.3.0-preview.a0098fe0
2.3.0-preview.6a590540
2.3.0-preview.a36676d1
2.3.0-preview.07b40fa1
2.3.0-preview.928dfe20
2.3.0-preview.4acb6980
2.3.0-preview.e487fab1
2.3.0-preview.7fa79990
2.3.0-preview.666f9d10
2.3.0-next.teamsprovider.6ffd83f0
2.3.0-next.teamsprovider.b00c20b0
2.3.0-preview.66a5bbb1
2.3.0-preview.6ed89190
2.3.0-preview.6cd510e0
2.3.0-preview.5b5332e0
2.3.0-preview.0f0dd860
2.3.0-preview.87be56d0
2.3.0-preview.0bef1360
2.3.0-preview.7d922781
2.3.0-preview.ef38de50
2.3.0-preview.12a69370
2.3.0-preview.537508d0
2.3.0-next.multi-accounts.f43055d0
2.3.0-next.teamsprovider.525dfc20
2.3.0-next.build21.b0a03381
2.2.0106
2.2.0-preview.9f6e67b0
2.2.0-preview.43b849f0
2.2.0-next.mgt-spfx-react.eed2c5e0
2.2.0-next.mgt-spfx-react.a981fcb1
2.2.0-next.mgt-spfx-react.49c1ef20
2.2.0-next.mgt-spfx-react.4010c230
2.2.0-next.mgt-spfx-react.98e3bf70
2.2.0-next.mgt-spfx-react.1b4102f0
2.2.0-next.mgt-spfx-react.20ff3a30
2.2.0-preview.29756ff0
2.2.0-preview.46c0b6a0
2.2.0-preview.e2d6d4f0
2.2.0-preview.8bc691b0
2.2.0-preview.fd2ea1f0
2.2.0-preview.11d7c4e1
2.2.0-preview.cfd76200
2.2.0-preview.05ee2b60
2.2.0-preview.c78e58d0
2.2.0-preview.9a98dfd0
2.2.0-preview.9ab296f0
2.2.0-preview.4924a051
2.2.0-preview.59932a50
2.2.0-preview.b795a380
2.2.0-preview.0a84ed71
2.2.0-preview.9d9833e0
2.2.0-preview.cffdc6f0
2.2.0-preview.fea9bdc0
2.2.0-preview.f1e41200
2.2.0-next.teamsprovider.16b1f8c0
2.2.0-preview.4614c370
2.2.0-preview.e2e7e5b0
2.2.0-preview.0f11f030
2.2.0-next.build21.ac47b2b0
2.2.0-preview.9f2ad630
2.2.0-next.multi-accounts.5ab75ad0
2.2.0-next.multi-accounts.1078dff0
2.2.0-preview.1078dff0
2.2.0-next.file.fa685e80
2.2.0-next.teamsprovider.9d48fb00
2.2.0-preview.6a6e1140
2.2.0-preview.4cd4f640
2.2.0-preview.58c29b00
2.2.0-preview.d9ced840
2.2.0-next.msal2provider.26a27530
2.2.0-next.msal2provider.94faf9f0
2.2.0-preview.05dad460
2.2.0-next.msal2provider.d842c5b0
2.2.0-next.file.e5db5e40
2.2.0-next.file.3fac96f0
2.2.0-preview.de5fa690
2.2.0-preview.ec6bdb70
2.2.0-preview.3de203b1
2.2.0-next.file.979a41a0
2.2.0-preview.335a7f30
2.2.0-next.file.a7b302f0
2.2.0-preview.8efb6de0
2.2.0-preview.95603a40
2.2.0-next.domainHint.d04c1860
2.2.0-next.domainHint.0c139910
2.2.0-preview.fb176f70
2.2.0-preview.38766c71
2.2.0-next.domainHint.a5edda10
2.2.0-next.file.0e80deb1
2.2.0-next.msal2provider.617820d1
2.2.0-next.domainHint.399bacd1
2.2.0-preview.ef9b63b0
2.2.0-next.msal2provider.a9b1931b0
2.2.0-next.msal2provider.178cdd71
2.2.0-preview.15dda670
2.2.0-preview.8178bb80
2.2.0-preview.cea87401
2.2.0-preview.94da4670
2.2.0-preview.3f351ec1
2.2.0-preview.2ade0ec0
2.2.0-next.file.b0384990
2.2.0-next.file.349a93b0
2.2.0-preview.c7c25c30
2.2.0-preview.2b122990
2.2.0-next.file.d7506120
2.2.0-next.domainHint.f523b230
2.2.0-preview.e4ae1020
2.2.0-next.domainHint.75503b70
2.2.0-preview.0245c760
2.2.0-preview.079643a1
2.2.0-preview.78568fa0
2.2.0-preview.ebac0f41
2.1.017
2.2.0-next.file-picker.bcc3b0d0
2.2.0-preview.3e7211a0
2.2.0-next.domainHint.dccd5710
2.2.0-preview.9dd9cdf0
2.2.0-next.file.e40e43b1
2.2.0-preview.e580c1c0
2.2.0-preview.61778be0
2.2.0-preview.19a52a60
2.2.0-preview.56b7b6c0
2.2.0-preview.3f855530
2.2.0-preview.3bf867f0
2.2.0-preview.db82765b1
2.2.0-preview.db827650
2.2.0-preview.6e3772e0
2.1.0-preview.8672ba80
2.1.0-preview.8bfa6f01
2.1.0-preview.30e40081
2.1.0-preview.e85deaf0
2.1.0-preview.63d84671
2.1.0-preview.f66db690
2.1.0-preview.6b153d30
2.1.0-preview.e61861c0
2.1.0-preview.3e755ca0
2.1.0-preview.1d6fd020
2.1.0-preview.3ad97e90
2.1.0-preview.906c7260
2.1.0-preview.234adee0
2.1.0-preview.4c52fa91
2.1.0-preview.0f177511
2.1.0-preview.5d4f56f1
2.1.0-preview.b2d9eba1
2.1.0-preview.8e7390a0
2.1.0-preview.56c1f661
2.1.0-preview.4c9eb380
2.0.18
2.1.0-preview.17ba5140
2.1.0-preview.0ae55940
2.1.0-preview.44812ca0
2.0.01
2.0.0-preview.726deb61
2.0.0-preview.6959a480
2.0.0-preview.6594bcb0
2.0.0-rc.11
2.0.0-preview.90
2.0.0-preview.80
2.0.0-preview.61
1.3.6119
2.0.0-preview.41
2.0.0-preview.31
1.3.55
2.0.0-preview.11
1.4.0-preview.11
1.3.45
1.3.30
1.3.23
1.3.10
1.3.00
1.3.0-preview.30
1.3.0-preview.20
1.3.0-preview.11
1.2.50
1.2.40
1.2.30
1.2.20
1.2.11
1.1.11
1.1.04
1.1.0-preview.20
1.1.0-preview.10
1.0.00
0.2.21
0.2.00
0.1.11
0.1.00
0.1.0-preview.81
0.1.0-preview.71
0.1.0-preview.60
0.1.0-preview.50
0.1.0-preview.40
0.1.0-preview.30
0.1.0-preview.20

Package Sidebar

Install

npm i @microsoft/mgt

Weekly Downloads

4,840

Version

4.6.0

License

MIT

Unpacked Size

1.48 MB

Total Files

14

Last publish

Collaborators

  • microsoft1es
  • microsoft-graph-toolkit