Add a comment

This commit is contained in:
Iurii 2019-01-21 05:37:05 +03:00
parent a60d211a15
commit fb86b0ffe9
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ public final class BiometricsService {
private lazy var laContext = LAContext()
/// If the user unlocks the device using biometrics within the specified time interval,
/// then authentication for the receiver succeeds automatically, without prompting the user for biometrics.
/// Works only after device unlock event, no other apps authentications counts.
public var allowableReuseDuration: TimeInterval? = nil {
didSet {
guard let duration = allowableReuseDuration else {