Remove unused constant

This commit is contained in:
Max Goedjen 2021-11-07 17:34:42 -08:00
parent d3ed5bb4fe
commit dafec7b624
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ extension SecureEnclave {
static let keyTag = "com.maxgoedjen.secretive.secureenclave.key".data(using: .utf8)! as CFData
static let keyType = kSecAttrKeyTypeECSECPrimeRandom
static let unauthenticatedThreshold: TimeInterval = 0.05
static let authenticationPersistenceOptInWindow: TimeInterval = 30
}
}