@microsoft/mgt
Version:
The Microsoft Graph Toolkit
14 lines (12 loc) • 553 B
text/typescript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
export * from './IProvider';
export * from './MsalProvider';
export * from './SharePointProvider';
export * from './TeamsProvider';
export * from './SimpleProvider';
export * from './ProxyProvider';