AuthCustomerParams
Parameters to authenticate customer.
interface AuthCustomerParams {
email: string;
password: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
email | Required | string | Customer email address. |
password | Required | string | Customer password. |