Create a password reset record.
The ID of the user requesting the password reset.
The new password reset record.
Delete a password reset record.
The password reset record's ID.
Get a password reset record.
The password reset record's ID.
The password reset record.
Get the password reset record associated with a user.
The ID of the user associated with the password reset record.
The password reset record associated with the user.
Get all password reset records.
All password reset records.
Get the user associated with a password reset record.
The password reset record's ID.
The user associated with the password reset record.
Determine whether or not a password reset record exists.
The password reset ID.
Whether or not the password reset record exists.
Determine whether or not a password reset record exists for a given user ID.
The ID of the user associated with the password reset record.
Whether or not the password reset record exists for the given user ID.
Prune all old password reset records.
Reset a user's password and delete the password reset record.
The password reset record's ID.
The user's new password.
Generated using TypeDoc
Password reset table service.