The ResetPassword payload. This is used when the user wants to reset their password using a password reset code.


Example

{
"code": 234567,
"email": "someemail@ma.il",
"password": "wow such security"
}

Hierarchy

  • ResetPassword

Properties

Properties

code: number

The password reset code the user got emailed.

email: string

The user's email.

password: string

The user's new password.