NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.Models.User Class Reference

User information. More...

Collaboration diagram for NookpostBackend.Models.User:

Properties

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.
 

Detailed Description

User information.

Property Documentation

◆ Bio

string? NookpostBackend.Models.User.Bio
getset

User Bio.

◆ DisplayName

string? NookpostBackend.Models.User.DisplayName
getset

User display name.

◆ Email

string? NookpostBackend.Models.User.Email
getset

Email of the user.

◆ 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

User Tagline/Status.

◆ 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

UUID of the User.


The documentation for this class was generated from the following file: