@azure/msal-browser
Version:
Microsoft Authentication Library for js
12 lines (9 loc) • 371 B
text/typescript
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { SignInContinuationState } from "../../../sign_in/auth_flow/state/SignInContinuationState.js";
/**
* Represents the state of a sign-up operation that has been completed scuccessfully.
*/
export class SignUpCompletedState extends SignInContinuationState {}