Package-level declarations

Types

Link copied to clipboard

Policy that checks if biometric authentication is available on the device.

Link copied to clipboard

Policy that checks for device tampering indicators.

Link copied to clipboard
abstract class MfaPolicy

Base abstract class for all MFA policies.

Link copied to clipboard

The MFA Policy Evaluator is used by the SDK to enforce Policy rules, such as Device Tampering Policy. It consist of one or more MfaPolicy objects. Each Policy contain instructions that determine whether it comply to a particular condition at a particular time.

Link copied to clipboard
data class MfaPolicyResult(isCompliant: Boolean, nonComplianceMfaPolicy: MfaPolicy? = null)

Represents the result of policy evaluation for a credential.