Where is the Google OAuth 2.0 API Scopes Available Document?

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.

+5
source share
2 answers

They are available on google oauth playground here and here . may not be complete, but most are available.

+7
source

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.

0
source

All Articles