Stub store

This commit is contained in:
Max Goedjen 2022-12-17 23:13:19 -08:00
parent f7df712980
commit 30d966fd9b
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ extension Stub {
public func persistAuthentication(secret: Stub.Secret, forDuration duration: TimeInterval) throws {
}
public func reloadSecrets() {
}
}
}