(charID)
| 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): |
no test coverage detected