Hi,
I am looking for a way to create a key in secure enclave with the option .biometryCurrentSet in combination with a custom LAContext with a custom value for LAContext.touchIDAuthenticationAllowableReuseDuration so that I can use the key in secure-enclave multiple times after the user has authenticated himself just one time.
Is this possible, or does the .biometryCurrentSet require the user to authenticate on each use of the key no matter what options i use to create the key?
I have tried some solutions without any luck, I am suspecting that I am trying to do something that is not supported at the moment.
For the equivalent android-option, I can use setUserAuthenticationValidityDurationSeconds on the key specification.
I am looking for a way to create a key in secure enclave with the option .biometryCurrentSet in combination with a custom LAContext with a custom value for LAContext.touchIDAuthenticationAllowableReuseDuration so that I can use the key in secure-enclave multiple times after the user has authenticated himself just one time.
Is this possible, or does the .biometryCurrentSet require the user to authenticate on each use of the key no matter what options i use to create the key?
I have tried some solutions without any luck, I am suspecting that I am trying to do something that is not supported at the moment.
For the equivalent android-option, I can use setUserAuthenticationValidityDurationSeconds on the key specification.