Function: |
You use this function to authenticate yourself in order to administer and configure the specified proxy. |
Parameters: |
Proxy object with which you want to authenticate yourself.
Proxy's administration password. |
Return: |
If authentication was successful:
otherwise |
Exceptions: |
|
Note: |
|
Example: | ... import BcAdminProxy ... BcAdminProxy.authenticate(proxy_obj, admin_pw) ... |