HomeSort by relevance Sort by last modified time
    Searched refs:token_response_first (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_service_account.py 98 token_response_first = {'access_token': 'first_token', 'expires_in': S}
101 ({'status': '200'}, json.dumps(token_response_first).encode('utf-8')),
109 self.assertEqual(token_response_first, self.credentials.token_response)
115 self.assertEqual(token_response_first, self.credentials.token_response)
test_oauth2client.py 720 token_response_first = {'access_token': 'first_token', 'expires_in': S}
723 ({'status': '200'}, json.dumps(token_response_first).encode('utf-8')),
731 self.assertEqual(token_response_first, self.credentials.token_response)
737 self.assertEqual(token_response_first, self.credentials.token_response)
    [all...]

Completed in 61 milliseconds