@azure/msal-browser
Version:
Microsoft Authentication Library for js
20 lines • 523 B
TypeScript
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