UNPKG

@azure/msal-browser

Version:
22 lines (19 loc) 620 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 access token flow. */ class GetAccessTokenCompletedState extends AuthFlowStateBase { } /** * The failed state of the get access token flow. */ class GetAccessTokenFailedState extends AuthFlowStateBase { } export { GetAccessTokenCompletedState, GetAccessTokenFailedState }; //# sourceMappingURL=GetAccessTokenState.mjs.map