MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / auth

Method auth

src/astroprint/plugin/__init__.py:303–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301
302 @property
303 def auth(self):
304 if self._authService is None:
305 from .services.auth import AuthService
306
307 self._authService = AuthService()
308
309 return self._authService
310
311 @property
312 def camera(self):

Callers

nothing calls this directly

Calls 1

AuthServiceClass · 0.85

Tested by

no test coverage detected