resetPassword(Defined in: src/auth/client/index.ts:86 Reset password.options):Promise<void>
Parameters
| Parameter | Type | Description |
|---|---|---|
options | { password: string; token: string; } | - |
options.password | string | The new password. |
options.token | string | The password reset token. |
Returns
Promise<void>