CompletePasswordResetRequest interface

Request payload for completing password reset.

Properties

newPassword

The new password to set.

token

The password-reset token issued to the user.

Property Details

newPassword

The new password to set.

newPassword: string

Property Value

string

token

The password-reset token issued to the user.

token: string

Property Value

string