Alokai

CustomerCreatePasswordResetTokenParams

Parameters for the customerCreatePasswordResetToken API endpoint

interface CustomerCreatePasswordResetTokenParams {
	email: string;
	expose?: boolean;
}

Properties

NameRequiredTypeDescription
emailRequiredstring
exposeOptionalboolean

On this page