Home
last modified time | relevance | path

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

/external/python/oauth2client/samples/
Doauth2_for_devices.py13 SCOPES = ("https://www.googleapis.com/auth/youtube",) variable
15 flow = OAuth2WebServerFlow(CLIENT_ID, CLIENT_SECRET, " ".join(SCOPES))