Revised the documentation of the "use_opaque" and "__domain" properties in the DigestAuth class.
This commit is contained in:
parent
e9013017fb
commit
14b90de059
@ -49,9 +49,9 @@ class DigestAuth:
|
||||
"""The algorithm, either None, ``MD5``, or ``MD5-sess``. Default is
|
||||
None."""
|
||||
self.use_opaque: bool = True
|
||||
"""Whether to use the opaque. Default is True."""
|
||||
"""Whether to use an opaque. Default is True."""
|
||||
self.__domain: t.List[str] = []
|
||||
"""A list of paths that this username and password applies to.
|
||||
"""A list of directories that this username and password applies to.
|
||||
Default is empty."""
|
||||
self.__qop: t.List[str] = ["auth", "auth-int"]
|
||||
"""A list of supported quality of protection supported, either
|
||||
|
Loading…
Reference in New Issue
Block a user