Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ get_user_params
Function
get_user_params
unit-tests/data_vault.py:62–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
62
def
get_user_params():
63
p = params.KeeperParams(server=
'https://test.keepersecurity.com/'
)
64
p.user = _USER_NAME
65
p.password = _USER_PASSWORD
66
return
p
67
68
69
def
get_connected_params():
Callers
2
test_login
Method · 0.90
get_connected_params
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_login
Method · 0.72