Exemplo n.º 1
0
 def get_credentials(self):
     token = TestClient.get_token_information()
     return {
         'refresh_token': token['refresh_token'],
         'client_id': token['client_id'],
         'client_secret': token['client_secret'],
         'access_token': token['access_token']
     }