Update preview store

This commit is contained in:
Max Goedjen
2022-02-24 22:45:35 -08:00
parent 832d82304d
commit c92f83e477

View File

@@ -40,6 +40,10 @@ extension Preview {
return data
}
func existingPersistedAuthenticationContext(secret: Preview.Secret) -> PersistedAuthenticationContext? {
nil
}
func persistAuthentication(secret: Preview.Secret, forDuration duration: TimeInterval) throws {
}