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