Searched refs:oauth2_client (Results 1 – 2 of 2) sorted by relevance
46 from oauth2client import client as oauth2_client unknown92 except oauth2_client.AccessTokenRefreshError as e:127 credentials = oauth2_client.AccessTokenCredentials(165 flow = oauth2_client.OAuth2WebServerFlow(
45 from oauth2client import client as oauth2_client unknown153 flow = oauth2_client.OAuth2WebServerFlow(196 except oauth2_client.AccessTokenRefreshError: