Home
last modified time | relevance | path

Searched refs:OAuth2DeviceCodeError (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/oauth2client/
Dclient.py177 class OAuth2DeviceCodeError(Error): class
1758 raise OAuth2DeviceCodeError(
1950 raise OAuth2DeviceCodeError(
1964 raise OAuth2DeviceCodeError(error_msg)
/external/python/oauth2client/tests/
Dtest_client.py1799 with self.assertRaises(client.OAuth2DeviceCodeError):
1809 with self.assertRaises(client.OAuth2DeviceCodeError) as exc_manager:
2339 with self.assertRaises(client.OAuth2DeviceCodeError):