MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / accountSummary

Method accountSummary

keepercommander/loginv3.py:1152–1155  ·  view source on GitHub ↗
(params: KeeperParams)

Source from the content-addressed store, hash-verified

1150
1151 @staticmethod
1152 def accountSummary(params: KeeperParams):
1153 rq = AccountSummary_pb2.AccountSummaryRequest()
1154 rq.summaryVersion = 3
1155 return api.communicate_rest(params, rq, 'login/account_summary', rs_type=AccountSummary_pb2.AccountSummaryElements)
1156
1157 @staticmethod
1158 def loginToMc(rest_context, session_token, mc_id):

Calls

no outgoing calls

Tested by

no test coverage detected