Browse Source

doc return type

David Baker 5 years ago
parent
commit
14226e7008
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sydent/hs_federation/verifier.py

+ 2 - 0
sydent/hs_federation/verifier.py

@@ -132,6 +132,8 @@ class Verifier(object):
         :param request: The request object to authenticate
         :param content: The content of the request, if any
         :type content: bytes or None
+
+        :returns: The origin of the server whose signature was validated
         """
         json_request = {
             "method": request.method,