@azure/msal-browser
Version:
Microsoft Authentication Library for js
13 lines (10 loc) • 390 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 completed state of the sign-in operation.
* This state indicates that the sign-in process has finished successfully.
*/
export class SignInCompletedState extends AuthFlowStateBase {}