Database connection URL.
Length of an email change ID.
Standard length of an ID.
Length of a password reset ID.
Length of a session ID.
Length of a verification ID.
Check if passwords match.
The password.
The hashed password.
Whether or not the password and hash match.
Get the current timestamp.
The timestamp in seconds.
Hash a password.
The database manager.
The password.
The number of salt rounds for bcrypt to use.
The hashed password.
Hash a password asynchronously.
The password.
The number of salt rounds for bcrypt to use.
The hashed password.
Generate a new ID.
The length of the ID.
The new ID.
Generate a new unique ID for a table.
The database manager.
The table name.
The length of the ID.
The new unique ID.
Delete an email change record when the time comes.
The database manager.
An email change ID.
The amount of time to wait before removing the record.
Delete all active email change records when the time comes.
The database manager.
Delete a password reset record when the time comes.
The database manager.
A password reset ID.
The amount of time to wait before removing the record.
Delete all active password reset records when the time comes.
The database manager.
Delete a session when the time comes.
The database manager.
A session's ID.
The amount of time to wait before removing the session.
Delete all active sessions when the time comes.
The database manager.
Delete a suspension record when the time comes.
The database manager.
A suspension record ID.
The amount of time to wait before removing the record.
Delete all active suspension records when the time comes.
The database manager.
Delete a verification record when the time comes.
The database manager.
A verification ID.
The amount of time to wait before removing the record.
Delete all active verification records when the time comes.
The database manager.
Set a timeout without the 32-bit limit.
The callback.
Number of milliseconds before calling the callback.
Arguments to pass to the callback.
Generated using TypeDoc
Utilities for services.