ping-identity
    Preparing search index...

    Type Alias ProtectCollectOptions

    Per-call options for collectForDaVinci.

    type ProtectCollectOptions = {
        index?: number;
    }
    Index

    Properties

    Properties

    index?: number

    Zero-based index of the ProtectCollector within the active ContinueNode.

    Defaults to 0. Use a non-zero value when a node contains multiple PROTECT collectors (uncommon).