User information.
More...
|
string? | Uuid [get, set] |
| UUID of the User.
|
|
string? | Username [get, set] |
| The username of the user.
|
|
string? | PasswordHash [get, set] |
| Hash, including Salt and Pepper, of the user's password.
|
|
string? | PasswordSalt [get, set] |
| The salt applied to the users's password.
|
|
string? | DisplayName [get, set] |
| User display name.
|
|
string? | TagLine [get, set] |
| User Tagline/Status.
|
|
string? | Bio [get, set] |
| User Bio.
|
|
string? | ProfilePictureBase64 [get, set] |
| Profile picture of the user encoded as b64.
|
|
string? | Email [get, set] |
| Email of the user.
|
|
string? | UserSettingsUuid [get, set] |
| Foregin Key for EF database seeding.
|
|
◆ Bio
string? NookpostBackend.Models.User.Bio |
|
getset |
◆ DisplayName
string? NookpostBackend.Models.User.DisplayName |
|
getset |
◆ Email
string? NookpostBackend.Models.User.Email |
|
getset |
◆ PasswordHash
string? NookpostBackend.Models.User.PasswordHash |
|
getset |
Hash, including Salt and Pepper, of the user's password.
◆ PasswordSalt
string? NookpostBackend.Models.User.PasswordSalt |
|
getset |
The salt applied to the users's password.
◆ ProfilePictureBase64
string? NookpostBackend.Models.User.ProfilePictureBase64 |
|
getset |
Profile picture of the user encoded as b64.
◆ TagLine
string? NookpostBackend.Models.User.TagLine |
|
getset |
◆ Username
string? NookpostBackend.Models.User.Username |
|
getset |
The username of the user.
◆ UserSettingsUuid
string? NookpostBackend.Models.User.UserSettingsUuid |
|
getset |
Foregin Key for EF database seeding.
◆ Uuid
string? NookpostBackend.Models.User.Uuid |
|
getset |
The documentation for this class was generated from the following file: