Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface SendEmailCodeRequest

    interface SendEmailCodeRequest {
        email: string;
        send?: "code";
    }
    Index

    Properties

    Properties

    email: string

    The user's email address

    send?: "code"

    Use link to send a link or code to send a verification code. If omitted, a link will be sent.