ping-identity
    Preparing search index...

    Type Alias DaVinciPollStatusOptions

    Options accepted by DaVinciClient.pollStatus.

    type DaVinciPollStatusOptions = {
        key?: string;
    }
    Index

    Properties

    Properties

    key?: string

    Collector key to poll, when more than one PollingCollector is present on the active ContinueNode.

    When omitted, the bridge resolves the first PollingCollector on the node.