ForgotPasswordDto

data class ForgotPasswordDto(val enteredUsername: String)

Forgot Password request body DTO.

Constructors

Link copied to clipboard
constructor(enteredUsername: String)

Properties

Link copied to clipboard

The entered username to have its password reset.