MCPcopy Create free account
hub / github.com/e2b-dev/desktop / get_auth_key

Method get_auth_key

packages/python-sdk/e2b_desktop/main.py:137–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return self._url
136
137 def get_auth_key(self) -> str:
138 if not self._novnc_password:
139 raise RuntimeError(
140 "Unable to retrieve stream auth key, check if require_auth is enabled"
141 )
142 return self._novnc_password
143
144 def start(
145 self,

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected