UNPKG

@azure/msal-browser

Version:
17 lines (14 loc) 517 B
/*! @azure/msal-browser v4.21.0 2025-08-19 */ 'use strict'; 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