verifyEmail(Defined in: src/auth/client/index.ts:50 Verify user’s email with a verification token.options
):Promise
<void
>
Parameter | Type | Description |
---|---|---|
options | { token : string ; } | - |
options.token | string | The email verification token. |
Promise
<void
>