Home > @poq/sdk-sfcc > ResetPasswordTokenResult
Signature:
export declare class ResetPasswordTokenResult extends BaseModel<ResetPasswordTokenResult>
Extends: BaseModel<ResetPasswordTokenResult
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ResetPasswordTokenResult class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| email? | string | (Optional) The email address of the customer. | |
| expiresInMinutes? | number | (Optional) The password reset token expire time in minutes. | |
| login? | string | (Optional) The login id of the customer. | |
| resetToken? | string | (Optional) The password reset token for the customer. |