Remove unused verify functions. (#621)

This commit is contained in:
Max Goedjen
2025-08-23 15:26:40 -07:00
committed by GitHub
parent bd096c3012
commit e3938caecb
7 changed files with 4 additions and 115 deletions

View File

@@ -40,10 +40,6 @@ extension Preview {
return data
}
func verify(signature data: Data, for signature: Data, with secret: Preview.Secret) throws -> Bool {
true
}
func existingPersistedAuthenticationContext(secret: Preview.Secret) -> PersistedAuthenticationContext? {
nil
}
@@ -76,10 +72,6 @@ extension Preview {
return data
}
func verify(signature data: Data, for signature: Data, with secret: Preview.Secret) throws -> Bool {
true
}
func existingPersistedAuthenticationContext(secret: Preview.Secret) -> PersistedAuthenticationContext? {
nil
}