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

4.2.1 • Public • Published

Microsoft Graph Toolkit SharePoint Provider

npm

The Microsoft Graph Toolkit (mgt) library is a collection of authentication providers and UI components powered by Microsoft Graph.

The @microsoft/mgt-sharepoint-provider package exposes the SharePointProvider class to be used inside your SharePoint web parts to power the components with Microsoft Graph access.

See docs for full documentation of the SharePointProvider

Usage

  1. Install the packages

    npm install @microsoft/mgt-element @microsoft/mgt-sharepoint-provider
  2. Initialize the provider in code

    import {Providers} from '@microsoft/mgt-element';
    import {SharePointProvider} from '@microsoft/mgt-sharepoint-provider';
    
    // add the onInit() method if not already there in your web part class
    protected async onInit() {
        Providers.globalProvider = new SharePointProvider(this.context);
    }

See provider usage documentation to learn about how to use the providers with the mgt components, to sign in/sign out, get access tokens, call Microsoft Graph, and more.

Sea also

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @microsoft/mgt-sharepoint-provider

    Weekly Downloads

    8,255

    Version

    4.2.1

    License

    MIT

    Unpacked Size

    77.1 kB

    Total Files

    13

    Last publish

    Collaborators

    • microsoft1es
    • microsoft-graph-toolkit