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

Method getSsoCharacter

service/character.py:368–371  ·  view source on GitHub ↗
(charID)

Source from the content-addressed store, hash-verified

366
367 @staticmethod
368 def getSsoCharacter(charID):
369 char = eos.db.getCharacter(charID)
370 sso = char.getSsoCharacter(config.getClientSecret())
371 return sso
372
373 @staticmethod
374 def setSsoCharacter(charID, ssoCharID):

Callers 2

setSsoCharacterMethod · 0.45
runMethod · 0.45

Calls 1

getCharacterMethod · 0.80

Tested by

no test coverage detected