API Reference / modelence / client / resetPassword
resetPassword(options): Promise<void>
Defined in: src/auth/client/index.ts:80 Reset password.

Parameters

ParameterTypeDescription
options{ password: string; token: string; }-
options.passwordstringThe new password.
options.tokenstringThe password reset token.

Returns

Promise<void>