Searched refs:oauth2_client (Results 1 – 3 of 3) sorted by relevance
45 from oauth2client import client as oauth2_client unknown153 flow = oauth2_client.OAuth2WebServerFlow(196 except oauth2_client.AccessTokenRefreshError:
33 from oauth2client import client as oauth2_client unknown84 except oauth2_client.AccessTokenRefreshError as e:124 credentials = oauth2_client.AccessTokenCredentials(token, 'atest')163 flow = oauth2_client.OAuth2WebServerFlow(
29 from oauth2client import client as oauth2_client unknown