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. |