UNPKG

@azure/msal-browser

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