mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-08 18:47:23 +01:00
Infrastructure.
This commit is contained in:
@@ -21,6 +21,12 @@ public protocol SecretStoreModifiable: SecretStore {
|
||||
|
||||
}
|
||||
|
||||
public protocol SecretStoreAuthenticationPersistable: SecretStore {
|
||||
|
||||
func persistAuthentication(secret: SecretType, forDuration: TimeInterval) throws
|
||||
|
||||
}
|
||||
|
||||
extension NSNotification.Name {
|
||||
|
||||
static let secretStoreUpdated = NSNotification.Name("com.maxgoedjen.Secretive.secretStore.updated")
|
||||
|
||||
Reference in New Issue
Block a user