ResetPasswordWithCodeResponse
Package: @nauth-toolkit/client
Type: Response
Response payload for successful password reset with verification code.
import { ResetPasswordWithCodeResponse } from '@nauth-toolkit/client';
Properties
| Property | Type | Description |
|---|---|---|
success | boolean | Always true on successful password reset. |
Example
{
"success": true
}