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

    Interface ClientAddonNewRelic

    New Relic SSO configuration.

    interface ClientAddonNewRelic {
        account?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    account?: string

    Your New Relic Account ID found in your New Relic URL after the /accounts/ path. e.g. https://rpm.newrelic.com/accounts/123456/query would be 123456.