I am looking for a list of all possible scope values for use with the OAuth 2.0 API, for example:
https://www.googleapis.com/auth/urlshortener https://www.googleapis.com/auth/tasks
I got lost in Google API docs and cannot find a page containing such information. Where can I find him?
Thank.
They are available on google oauth playground here and here . may not be complete, but most are available.
You can get a list of all areas in all api here
It also lists the areas for which each api needs to be executed.