@azure/msal-browser
Version:
Microsoft Authentication Library for js
17 lines (14 loc) • 455 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-up operation that has failed.
*/
class SignUpFailedState extends AuthFlowStateBase {
}
export { SignUpFailedState };
//# sourceMappingURL=SignUpFailedState.mjs.map