Pauses behavioral data collection.
Call this after a successful authentication flow. Requires startProtect() first.
startProtect()
Optional logger instance.
ProtectError when the SDK is not initialized.
import { pauseBehavioralData } from '@ping-identity/rn-protect';await pauseBehavioralData(); Copy
import { pauseBehavioralData } from '@ping-identity/rn-protect';await pauseBehavioralData();
Pauses behavioral data collection.
Call this after a successful authentication flow. Requires
startProtect()first.