rename it

This commit is contained in:
Brad Warren 2025-12-05 11:40:01 -08:00
parent 9e7a98f4cd
commit e9d21602a7

View file

@ -162,7 +162,7 @@ class Authenticator(Plugin):
"""
@abstractmethod
def get_chall_pref(self, domain: str) -> Iterable[type[Challenge]]:
def get_chall_pref(self, identifier_value: str) -> Iterable[type[Challenge]]:
"""Return `collections.Iterable` of challenge preferences.
:param str domain: Domain for which challenge preferences are sought.