-
Notifications
You must be signed in to change notification settings - Fork 0
Entity Users
Joachim Tøfting edited this page Feb 17, 2023
·
3 revisions
| Property | Type | Misc. |
|---|---|---|
| Firstname | string | |
| Lastname | string | |
| string | Unique | |
| PasswordHash | byte[] | |
| PasswordSalt | byte[] | |
| Username | string | Unique |
| DateOfBirth | datetime | |
| ProfilePicture | string | |
| CoverPicture | string | |
| Bio | string | |
| Games | object[] | |
| IsInTeam | bool | |
| Intergrations | object[] | |
| Permissions | byte[] |