Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

CustomerResetPasswordParams

Parameters for the customerResetPassword API endpoint

export interface CustomerResetPasswordParams {
	newPassword: string;
	tokenValue: string;
}

Properties

NameRequiredTypeDescription
newPasswordRequiredstring
tokenValueRequiredstring

On this page