Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modelence.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

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

Returns

Promise<void>