UNPKG

@azure/msal-browser

Version:
12 lines 377 B
import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js"; /** * The completed state of the sign-out flow. */ export declare class SignOutCompletedState extends AuthFlowStateBase { } /** * The failed state of the sign-out flow. */ export declare class SignOutFailedState extends AuthFlowStateBase { } //# sourceMappingURL=SignOutState.d.ts.map