Forgot Password Pin enter request body DTO.

ForgotPasswordPinDto

interface ForgotPasswordPinDto {
    Pin: string;
}

Properties

Properties

Pin: string

Gets or sets the entered pin to have the password reset.

ForgotPasswordPinDto