Resumes behavioral data collection.
Call this at the start of a new authentication flow. Requires startProtect() first.
startProtect()
Optional logger instance.
ProtectError when the SDK is not initialized.
import { resumeBehavioralData } from '@ping-identity/rn-protect';await resumeBehavioralData(); Copy
import { resumeBehavioralData } from '@ping-identity/rn-protect';await resumeBehavioralData();
Resumes behavioral data collection.
Call this at the start of a new authentication flow. Requires
startProtect()first.