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 }