Alokai

AuthCustomerParams

Parameters to authenticate customer.

interface AuthCustomerParams {
	email: string;
	password: string;
}

Properties

NameRequiredTypeDescription
emailRequiredstringCustomer email address.
passwordRequiredstringCustomer password.

On this page