@azure/msal-browser
Version:
Microsoft Authentication Library for js
8 lines • 351 B
TypeScript
import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js";
/**
* Represents the completed state of the sign-in operation.
* This state indicates that the sign-in process has finished successfully.
*/
export declare class SignInCompletedState extends AuthFlowStateBase {
}
//# sourceMappingURL=SignInCompletedState.d.ts.map