unlock

open suspend override fun unlock(): Result<Unit>

Performs a biometric authentication challenge with no associated cryptographic operation.

Return

Result.success with Unit if authentication succeeds; Result.failure wrapping a BiometricAuthenticationException if the challenge fails, errors, or is canceled.