UNPKG

@azure/msal-browser

Version:
17 lines (14 loc) 460 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 state of a sign-in operation that has been failed. */ class SignInFailedState extends AuthFlowStateBase { } export { SignInFailedState }; //# sourceMappingURL=SignInFailedState.mjs.map