interface MyCustomerResetPassword {
    newPassword: string;
    tokenValue: string;
}

Properties

newPassword: string

New password to be set.

tokenValue: string

Value of the token to reset the Customer password.

Generated using TypeDoc