verifyEmail()

Description

Endpoint to verify the email based on oobCode and uid provided in the email sent to the user. The oobCode and uid are found in the email verification URL. Email verification URL has the following structure: {email_conf_url}?oobCode={oobCode}&uid={uid}.

Request

Parameters

FieldRequiredData TypeDescription

email

string

User email

Example

const verifyEmail = await client.auth().verifyEmail('example@example.com')

Response

No content

Example

{}

Last updated

Copyright © 2023 Deskree Technologies Inc.