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