Class UserLoginCommand
Namespace: Identity.Application.Requests.Handlers.User
Assembly: Identity.Application.dll
public sealed class UserLoginCommand : IRequest<Result<TokenResponse>>, IBaseRequest
Inheritance
object ← UserLoginCommand
Implements
IRequest<Result<TokenResponse\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
Password
[Required]
public string Password { get; init; }
Property Value
Username
[Required]
public string Username { get; init; }
Property Value
Last modified: 21 May 2024