Remove todo.

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

View File

@ -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
}