ping-identity
    Preparing search index...

    Type Alias ProtectCollector

    Risk/Protect collector — silently collects device and behavioral signals.

    Corresponds to the native PROTECT server type. Has no label, required, or value fields — ProtectCollector does not extend FieldCollector in the native SDK.

    Handled entirely by @ping-identity/rn-protect — appears as executionMode: 'integration_required' and kind: 'integration' in normalized collectors. Call createProtectClient().collectForDaVinci(daVinci) before daVinci.next({}).

    type ProtectCollector = {
        key: string;
        raw?: Record<string, unknown>;
        type: "PROTECT";
    }
    Index

    Properties

    Properties

    key: string

    Unique collector key identifying this field in the form.

    raw?: Record<string, unknown>
    type: "PROTECT"