Authentication
Customer authentication.
interface Authentication {
force_password_reset?: boolean;
new_password?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
force_password_reset | Optional | boolean | If true, this customer will be forced to change password on next login. |
new_password | Optional | string | New password for customer. |