API Reference / modelence / client / verifyEmailDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
verifyEmail(Defined in: packages/modelence/src/auth/client/index.ts:119 Verify user’s email with a verification token.options):Promise<void>
Example
Parameters
| Parameter | Type | Description |
|---|---|---|
options | { token: string; } | - |
options.token | string | The email verification token. |
Returns
Promise<void>