Home > @poq/sdk-sfcc > ResetPasswordTokenResult > (constructor)
Constructs a new instance of the ResetPasswordTokenResult class
Signature:
constructor(params?: {
email?: string;
expiresInMinutes?: number;
login?: string;
resetToken?: string;
});
| Parameter | Type | Description |
|---|---|---|
| params | { email?: string; expiresInMinutes?: number; login?: string; resetToken?: string; } | (Optional) |