Update preview store

This commit is contained in:
Max Goedjen 2022-02-24 22:45:35 -08:00
parent 832d82304d
commit c92f83e477
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 4 additions and 0 deletions

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