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

createEmailVerificationToken(userId)

Parameters#

  • userId
    • type: string

Returns#

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