LoginLogs

LoginLogs

The object model that contains data that will be entered into the login log table to record the login history of the user.

Constructor

new LoginLogs()

Source:
Properties:
Name Type Description
id String

UUIDv4 which represents the login log's ID.

users_id String

UUIDv4 which represents the user's ID refering to Users.

ipAddress String

Client's IP Address.

userAgent String

Client's User Agent.

loginTime Object

User's login time.