Home
last modified time | relevance | path

Searched refs:AccessTokenInfo (Results 1 – 3 of 3) sorted by relevance

/external/python/oauth2client/oauth2client/
Dservice_account.py616 return client.AccessTokenInfo(
621 return client.AccessTokenInfo(
Dclient.py97 AccessTokenInfo = collections.namedtuple( variable
678 return AccessTokenInfo(access_token=self.access_token,
/external/python/oauth2client/tests/
Dtest_client.py1190 self.assertIsInstance(token_info, client.AccessTokenInfo)
1209 self.assertIsInstance(token_info, client.AccessTokenInfo)