@microsoft/microsoft-graph-client
Version:
Microsoft Graph Client Library
12 lines • 844 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthCodeMSALBrowserAuthenticationProvider = void 0;
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
var AuthCodeMSALBrowserAuthenticationProvider_1 = require("./AuthCodeMSALBrowserAuthenticationProvider");
Object.defineProperty(exports, "AuthCodeMSALBrowserAuthenticationProvider", { enumerable: true, get: function () { return AuthCodeMSALBrowserAuthenticationProvider_1.AuthCodeMSALBrowserAuthenticationProvider; } });
//# sourceMappingURL=index.js.map
;