Skip to main content

ResetPasswordWithCodeResponse

Package: @nauth-toolkit/client Type: Response

Response payload for successful password reset with verification code.

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

Properties

PropertyTypeDescription
successbooleanAlways true on successful password reset.

Example

{
"success": true
}

Used By