This SDK documentation is outdated. Please do not refer to it, and instead visit the User Guides section.

Skip to main content
Version: 7.0.X

verifyEmailUsingToken(token)

Parameters#

  • token
    • type: string

Returns#

Promise<{
status: "OK";
user: User;
} | {
status: "EMAIL_VERIFICATION_INVALID_TOKEN_ERROR";
}>
Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI