@azure/msal-browser
Version:
Microsoft Authentication Library for js
17 lines (14 loc) • 517 B
JavaScript
/*! @azure/msal-browser v4.21.0 2025-08-19 */
;
import { SignInContinuationState } from '../../../sign_in/auth_flow/state/SignInContinuationState.mjs';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Represents the state of a sign-up operation that has been completed scuccessfully.
*/
class SignUpCompletedState extends SignInContinuationState {
}
export { SignUpCompletedState };
//# sourceMappingURL=SignUpCompletedState.mjs.map