Skip to main content

ConfirmForgotPasswordResponse

Package: @nauth-toolkit/client Type: Response

Response payload for confirming a forgot-password reset.

import { ConfirmForgotPasswordResponse } from '@nauth-toolkit/client';

Properties

PropertyTypeRequiredDescription
successbooleanYesWhether the reset completed successfully.
mustChangePasswordbooleanYesAlways false for this flow.

Example

{
"success": true,
"mustChangePassword": false
}

Used By