Searched refs:AccessTokenRefreshError (Results 1 – 8 of 8) sorted by relevance
27 from oauth2client.client import AccessTokenRefreshError88 raise AccessTokenRefreshError(str(e))94 raise AccessTokenRefreshError(content)
44 from oauth2client.client import AccessTokenRefreshError196 raise AccessTokenRefreshError(str(e))732 except AccessTokenRefreshError:
119 class AccessTokenRefreshError(Error): class834 raise AccessTokenRefreshError(error_msg)
28 from oauth2client.client import AccessTokenRefreshError59 self.assertRaises(AccessTokenRefreshError, c.refresh, http)
61 from oauth2client.client import AccessTokenRefreshError164 self.assertRaises(AccessTokenRefreshError, credentials.refresh, http)
45 from oauth2client.client import AccessTokenRefreshError608 except AccessTokenRefreshError:
52 from oauth2client.client import AccessTokenRefreshError602 except AccessTokenRefreshError, e:
102 * Improve error messages in `AccessTokenRefreshError` (#53, thanks