Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/oauth2client/oauth2client/
Dclient.py177 class OAuth2DeviceCodeError(Error): class
1758 raise OAuth2DeviceCodeError(
1950 raise OAuth2DeviceCodeError(
1964 raise OAuth2DeviceCodeError(error_msg)
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dclient.py167 class OAuth2DeviceCodeError(Error): class
1893 raise OAuth2DeviceCodeError(
2062 raise OAuth2DeviceCodeError(
2076 raise OAuth2DeviceCodeError(error_msg)
/aosp_15_r20/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):