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
| Name | Required | Type | Description |
|---|---|---|---|
newPassword | Required | string | |
tokenValue | Required | string |