@azure/msal-browser
Version:
Microsoft Authentication Library for js
22 lines (19 loc) • 569 B
JavaScript
/*! @azure/msal-browser v4.21.0 2025-08-19 */
;
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