@azure/msal-browser
Version:
Microsoft Authentication Library for js
7 lines • 355 B
TypeScript
import { SignInContinuationState } from "../../../sign_in/auth_flow/state/SignInContinuationState.js";
/**
* Represents the state that indicates the successful completion of a password reset operation.
*/
export declare class ResetPasswordCompletedState extends SignInContinuationState {
}
//# sourceMappingURL=ResetPasswordCompletedState.d.ts.map