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

    Interface SendEmailLinkRequest

    interface SendEmailLinkRequest {
        email: string;
        send?: "link";
        authParams?: Record<string, unknown>;
    }
    Index

    Properties

    email: string

    The user's email address

    send?: "link"

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

    authParams?: Record<string, unknown>

    Append or override the link parameters (like scope, redirect_uri, protocol, response_type), when you send a link using email.