@azure/msal-browser
Version:
Microsoft Authentication Library for js
22 lines (19 loc) • 590 B
JavaScript
/*! @azure/msal-browser v4.21.0 2025-08-19 */
;
import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* The completed state of the get account flow.
*/
class GetAccountCompletedState extends AuthFlowStateBase {
}
/**
* The failed state of the get account flow.
*/
class GetAccountFailedState extends AuthFlowStateBase {
}
export { GetAccountCompletedState, GetAccountFailedState };
//# sourceMappingURL=GetAccountState.mjs.map