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 / sendResetPasswordToken
sendResetPasswordToken(options): Promise<void>
Defined in: packages/modelence/src/auth/client/index.ts:153 Send reset password token.

Parameters

ParameterTypeDescription
options{ email: string; }-
options.emailstringThe email of the user.

Returns

Promise<void>