Structures

The following structures are available globally.

  • Policy that checks for device tampering indicators.

    Uses the TamperDetector module to analyze the device for signs of jailbreaking and compares the result against a configurable threshold.

    JSON format: {“deviceTampering”: {“score”: 0.8}}

    The score threshold can be configured in the policy data. If the device tampering score exceeds or equals the threshold, the policy will fail. Default threshold is 0.8 (matching Android implementation).

    See more

    Declaration

    Swift

    public struct DeviceTamperingPolicy : MfaPolicy, Sendable