/*! @azure/msal-browser v3.23.0 2024-09-03 */ 'use strict'; import { AuthorizationCodeClient } from '@azure/msal-common'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ class HybridSpaAuthorizationCodeClient extends AuthorizationCodeClient { constructor(config) { super(config); this.includeRedirectUri = false; } } export { HybridSpaAuthorizationCodeClient }; //# sourceMappingURL=HybridSpaAuthorizationCodeClient.mjs.map