diff options
Diffstat (limited to 'wsgitools/digest.py')
-rwxr-xr-x | wsgitools/digest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wsgitools/digest.py b/wsgitools/digest.py index c943c92..63227be 100755 --- a/wsgitools/digest.py +++ b/wsgitools/digest.py @@ -54,6 +54,7 @@ class AuthTokenGenerator: """ @type realm: str @param realm: is a string according to RFC2617. + @type getpass: str -> str @param getpass: this function is called with a username and password is expected as result. None may be used as an invalid password.""" self.realm = realm |