Class UserCredentialDto
DTO representing user credentials for API communication.
public class UserCredentialDto
- Inheritance
-
UserCredentialDto
- Inherited Members
- Extension Methods
Properties
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
LastLoginAt
public DateTime? LastLoginAt { get; set; }
Property Value
PasswordHash
public string PasswordHash { get; set; }
Property Value
Role
public string Role { get; set; }
Property Value
Username
public string Username { get; set; }