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

Method send_code

keepercommander/auth/login_steps.py:103–104  ·  view source on GitHub ↗
(self, channel_uid: bytes, code: str)

Source from the content-addressed store, hash-verified

101
102 @abc.abstractmethod
103 def send_code(self, channel_uid: bytes, code: str) -> None:
104 pass
105
106 @abc.abstractmethod
107 def resume(self) -> None:

Callers 2

on_device_approvalMethod · 0.45
on_two_factorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected