Пример #1
0
 def getAppId(self):
     return encryption.decryptData(self.app_id)
Пример #2
0
 def getKey(self):
     return encryption.decryptData(self.api_key)
Пример #3
0
 def getSecret(self):
     return encryption.decryptData(self.app_secret)
Пример #4
0
 def token(self):
     return encryption.decryptData(self.access_token)