darwinTouchIDAuthenticationForceReuseContextDuration property
To prevent forcing the user to authenticate again after unlocking once
we can reuse the LAContext
object for the given amount of time.
see https://github.com/authpass/biometric_storage/pull/73
This is pretty much undocumented behavior, but works similar to
androidAuthenticationValidityDuration
.
Implementation
final Duration? darwinTouchIDAuthenticationForceReuseContextDuration;