Table of Contents

Class LoginRequestDto

Namespace
KadicAuth.Application.Auth.DTOs
Assembly
KadicAuth.Application.dll
public sealed record LoginRequestDto
Inheritance
object
LoginRequestDto

Constructors

LoginRequestDto(string, string)

public LoginRequestDto(string Email, string Password)

Parameters

Email string
Password string

Properties

Email

public string Email { get; init; }

Property Value

string

Password

public string Password { get; init; }

Property Value

string