# Constants

TokenPasswordReset is a constant used to identify tokens used for password resets.
TokenUserActivation is a constant used to identify tokens used for user activation.

# Structs

Session holds information about user sessions and when they expire.
Token holds tokens typically used for user activation and password resets.
User holds information relating to users that use the application.
Website holds information about different websites.