UNPKG

@azure/msal-browser

Version:
12 lines 414 B
import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js"; /** * The completed state of the get access token flow. */ export declare class GetAccessTokenCompletedState extends AuthFlowStateBase { } /** * The failed state of the get access token flow. */ export declare class GetAccessTokenFailedState extends AuthFlowStateBase { } //# sourceMappingURL=GetAccessTokenState.d.ts.map