Class LoginInput
Implements
Inherited Members
Namespace: LemonEdge.Authentication.Core
Assembly: LemonEdge.Authentication.Core.dll
Syntax
public class LoginInput : ILoginInput
Constructors
LoginInput()
Declaration
public LoginInput()
Properties
Password
Declaration
[Required(ErrorMessage = "Password is required")]
public string? Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Declaration
[Required(ErrorMessage = "User Name is required")]
public string? Username { get; set; }
Property Value
Type | Description |
---|---|
string |