Table of Contents

Class CompleteForgotPassword.Command

Namespace
Raytha.Application.Login.Commands
Assembly
Raytha.Application.dll
public record CompleteForgotPassword.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CompleteForgotPassword.Command>
Inheritance
CompleteForgotPassword.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

ConfirmNewPassword

[JsonIgnore]
public string ConfirmNewPassword { get; init; }

Property Value

string

NewPassword

[JsonIgnore]
public string NewPassword { get; init; }

Property Value

string

SendEmail

public bool SendEmail { get; init; }

Property Value

bool