MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / set_password

Method set_password

opcua/client/client.py:167–172  ·  view source on GitHub ↗

Set user password for the connection. initial password from the URL will be overwritten

(self, pwd)

Source from the content-addressed store, hash-verified

165 self._username = username
166
167 def set_password(self, pwd):
168 """
169 Set user password for the connection.
170 initial password from the URL will be overwritten
171 """
172 self._password = pwd
173
174 def set_security_string(self, string):
175 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected