From f13fdccf04f7bcbe9a5fa73d449fcb04abf86a56 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 12 Mar 2018 10:51:45 -0700 Subject: [PATCH] document resps param (#5695) --- certbot/auth_handler.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/certbot/auth_handler.py b/certbot/auth_handler.py index 51cdf09ee..4b8160ef9 100644 --- a/certbot/auth_handler.py +++ b/certbot/auth_handler.py @@ -161,6 +161,13 @@ class AuthHandler(object): :param aauthzrs: authorizations and the selected annotated challenges to try and perform :type aauthzrs: `list` of `AnnotatedAuthzr` + :param resps: challenge responses from the authenticator where + each response at index i corresponds to the annotated + challenge at index i in the list returned by + :func:`_get_all_achalls` + :type resps: `collections.abc.Iterable` of + :class:`~acme.challenges.ChallengeResponse` or `False` or + `None` :param dict chall_update: parameter that is updated to hold aauthzr index to list of outstanding solved annotated challenges