@azure/msal-browser
Version:
Microsoft Authentication Library for js
17 lines (14 loc) • 460 B
JavaScript
/*! @azure/msal-browser v4.18.0 2025-07-30 */
;
import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Represents the state of a sign-in operation that has been failed.
*/
class SignInFailedState extends AuthFlowStateBase {
}
export { SignInFailedState };
//# sourceMappingURL=SignInFailedState.mjs.map