From 055fadd459bbe03fa7eaffe3ca6e59d37e7a6acd Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 7 Nov 2021 17:00:46 -0800 Subject: [PATCH] Remove todo. --- SecretKit/Common/Types/SecretStore.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SecretKit/Common/Types/SecretStore.swift b/SecretKit/Common/Types/SecretStore.swift index 7508f84..9a8a76e 100644 --- a/SecretKit/Common/Types/SecretStore.swift +++ b/SecretKit/Common/Types/SecretStore.swift @@ -11,7 +11,6 @@ public protocol SecretStore: ObservableObject, Identifiable { func sign(data: Data, with secret: SecretType, for provenance: SigningRequestProvenance) throws -> SignedData - // TODO: MOVE TO SEPARATE PROTOCOL? func persistAuthentication(secret: SecretType, forDuration duration: TimeInterval) throws }