Forgot Password request body DTO.

ForgotPasswordDto

interface ForgotPasswordDto {
    EnteredUsername: string;
}

Properties

Properties

EnteredUsername: string

Gets or sets the entered username to have its password reset.

ForgotPasswordDto