UNPKG

@azure/msal-browser

Version:
11 lines 428 B
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 { /** * The type of the state. */ stateType: string; } //# sourceMappingURL=ResetPasswordCompletedState.d.ts.map