SudoSOS Back-end API / notifications/notification-options / WelcomeWithResetOptions
Class: WelcomeWithResetOptions ​
Welcome email with a password reset link.
Extends ​
Constructors ​
Constructor ​
ts
new WelcomeWithResetOptions(
email,
resetTokenInfo,
url?): WelcomeWithResetOptions;Parameters ​
| Parameter | Type | Description |
|---|---|---|
email | string | The user's email address. |
resetTokenInfo | ResetTokenInfo | Reset token information object. |
url? | string | Optional password reset URL. |
Returns ​
WelcomeWithResetOptions
Overrides ​
Properties ​
| Property | Modifier | Type | Description |
|---|---|---|---|
email | public | string | The user's email address. |
resetTokenInfo | public | ResetTokenInfo | Reset token information object. |
url? | public | string | Optional password reset URL. |