UNPKG

@azure/msal-browser

Version:
17 lines (14 loc) 455 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-up operation that has failed. */ class SignUpFailedState extends AuthFlowStateBase { } export { SignUpFailedState }; //# sourceMappingURL=SignUpFailedState.mjs.map