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