You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,12 +139,15 @@ Below is a complete example demonstrating authentication, vault synchronization,
139
139
140
140
```python
141
141
import sqlite3
142
+
import getpass
143
+
142
144
from keepersdk.authentication import login_auth, configuration, endpoint
143
145
from keepersdk.vault import sqlite_storage, vault_online, vault_record
144
146
145
147
# Initialize configuration and authentication context
146
148
config = configuration.JsonConfigurationStorage()
147
-
keeper_endpoint = endpoint.KeeperEndpoint(config)
149
+
server ='keepersecurity.com'# can be set to keepersecurity.com, keepersecurity.com.au, keepersecurity.jp, keepersecurity.eu, keepersecurity.ca, govcloud.keepersecurity.us
0 commit comments