@azure/msal-browser
Version:
Microsoft Authentication Library for js
12 lines • 377 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 failed state of the sign-out flow.
*/
export declare class SignOutFailedState extends AuthFlowStateBase {
}
//# sourceMappingURL=SignOutState.d.ts.map