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

    Interface EmailProviderCredentials

    Credentials required to use the provider.

    interface EmailProviderCredentials {
        api_user?: string;
        region?: string;
        smtp_host?: string;
        smtp_port?: number;
        smtp_user?: string;
    }
    Index

    Properties

    api_user?: string

    API User.

    region?: string

    AWS or SparkPost region.

    smtp_host?: string

    SMTP host.

    smtp_port?: number

    SMTP port.

    smtp_user?: string

    SMTP username.