MCPcopy 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
62def 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
69def get_connected_params():

Callers 2

test_loginMethod · 0.90
get_connected_paramsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_loginMethod · 0.72