mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
rename it
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user