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

    Variable ActionBindingTypeEnumConst

    ActionBindingTypeEnum: {
        TriggerBound: "trigger-bound";
        EntityBound: "entity-bound";
    } = ...

    In order to execute an Action, it must be bound to a trigger using a binding. trigger-bound means that bindings are managed by the tenant. entity-bound means that the bindings are automatically managed by Auth0 and other internal resouces will control those bindings. Tenants cannot manage entity-bound bindings.

    Type Declaration

    • ReadonlyTriggerBound: "trigger-bound"
    • ReadonlyEntityBound: "entity-bound"