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

    Interface ClientAddonSalesforceSandboxApi

    Salesforce Sandbox addon configuration.

    interface ClientAddonSalesforceSandboxApi {
        clientid?: string;
        principal?: string;
        communityName?: string;
        community_url_section?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    clientid?: string

    Consumer Key assigned by Salesforce to the Connected App.

    principal?: string

    Name of the property in the user object that maps to a Salesforce username. e.g. email.

    communityName?: string

    Community name.

    community_url_section?: string

    Community url section.