ping-identity
    Preparing search index...

    Function resumeBehavioralData

    • Resumes behavioral data collection.

      Call this at the start of a new authentication flow. Requires startProtect() first.

      Parameters

      • options: { logger?: LoggerInstance } = {}

        Optional logger instance.

      Returns Promise<void>

      ProtectError when the SDK is not initialized.

      import { resumeBehavioralData } from '@ping-identity/rn-protect';
      await resumeBehavioralData();