UNPKG

@azure/msal-browser

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