Table of Contents

Class UserCredentialDto

Namespace
Core.CliniCore.DTOs.Auth
Assembly
Core.CliniCore.dll

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

DateTime

Id

public Guid Id { get; set; }

Property Value

Guid

LastLoginAt

public DateTime? LastLoginAt { get; set; }

Property Value

DateTime?

PasswordHash

public string PasswordHash { get; set; }

Property Value

string

Role

public string Role { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string