UNPKG

@azure/msal-browser

Version:
22 lines (19 loc) 569 B
/*! @azure/msal-browser v4.21.0 2025-08-19 */ 'use strict'; import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * The completed state of the sign-out flow. */ class SignOutCompletedState extends AuthFlowStateBase { } /** * The failed state of the sign-out flow. */ class SignOutFailedState extends AuthFlowStateBase { } export { SignOutCompletedState, SignOutFailedState }; //# sourceMappingURL=SignOutState.mjs.map