MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / startTokenValidation

Method startTokenValidation

service/esi.py:236–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 self.handleLogin(message['code'])
235
236 def startTokenValidation(self):
237 pyfalog.debug("Starting ESI token validation thread")
238 tokenValidationThread = EsiTokenValidationThread()
239 tokenValidationThread.daemon = True
240 tokenValidationThread.start()

Callers 1

pyfa.pyFile · 0.80

Calls 1

Tested by

no test coverage detected