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

    Interface FlowActionFlowBooleanConditionParams

    interface FlowActionFlowBooleanConditionParams {
        then?: FlowAction[];
        else?: FlowAction[];
    }
    Index

    Properties

    Properties

    then?: FlowAction[]
    else?: FlowAction[]