BiometricAvailablePolicy

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

This policy evaluates whether the device has biometric capabilities and if they are properly configured for authentication.

JSON format: {"biometricAvailable": {}}

Properties

Link copied to clipboard
const val POLICY_NAME: String

Functions

Link copied to clipboard
open suspend override fun evaluate(context: Context, data: JsonObject?): Boolean

Evaluate this policy against the current device context.

Link copied to clipboard
open override fun getName(): String

Get the unique name identifier for this policy.