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

    Interface ClientAddonSlack

    Slack team or workspace name usually first segment in your Slack URL. e.g. https://acme-org.slack.com would be acme-org.

    interface ClientAddonSlack {
        team: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    team: string

    Slack team name.