We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba05097 + 5a3cb06 commit 2b127e2Copy full SHA for 2b127e2
docs/wsse.rst
@@ -47,6 +47,7 @@ to the client in a list
47
48
>>> from zeep import Client
49
>>> from zeep.wsse.username import UsernameToken
50
+ >>> from zeep.wsse.signature import Signature
51
>>> user_name_token = UsernameToken('username', 'password'))
52
>>> signature = Signature(private_key_filename, public_key_filename,
53
... optional_password))
0 commit comments