ForgotPasswordDto

@Serializable
data class ForgotPasswordDto(val enteredUsername: String)

Forgot Password request body DTO.

Constructors

Link copied to clipboard
constructor(enteredUsername: String)

Properties

Link copied to clipboard
@SerialName(value = "EnteredUsername")
val enteredUsername: String

The entered username to have its password reset.