(params: KeeperParams)
| 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): |
no outgoing calls
no test coverage detected