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

    Variable NetworkAclRuleScopeEnumConst

    NetworkAclRuleScopeEnum: {
        Management: "management";
        Authentication: "authentication";
        Tenant: "tenant";
    } = ...

    Identifies the origin of the request as the Management API (management), Authentication API (authentication), or either (tenant)

    Type Declaration

    • ReadonlyManagement: "management"
    • ReadonlyAuthentication: "authentication"
    • ReadonlyTenant: "tenant"