UNPKG

@azure/msal-browser

Version:
18 lines (15 loc) 537 B
/*! @azure/msal-browser v4.18.0 2025-07-30 */ 'use strict'; import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Represents the completed state of the sign-in operation. * This state indicates that the sign-in process has finished successfully. */ class SignInCompletedState extends AuthFlowStateBase { } export { SignInCompletedState }; //# sourceMappingURL=SignInCompletedState.mjs.map