ConfirmEmailResponseValue: {
    devToken: string;
} | undefined

Response to ConfirmEmailRequest

Type declaration

  • devToken: string

    In development mode, the server can return a token to the client rather than sending it via an email, speeding up software development iteration. Check out the BYPASS_EMAIL_REGISTRATION environment variable elsewhere in this codebase to learn more.

Generated using TypeDoc