Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is doc of available scopes of Google OAuth 2.0 API?

I am looking for a list of all possible scope values for use with the Google OAuth 2.0 enabled API's, such as:

https://www.googleapis.com/auth/urlshortener
https://www.googleapis.com/auth/tasks

I got lost in the Google API docs and can't find a page containing such information. Where can I find it?

Thanks.

like image 342
gilzero Avatar asked Jun 02 '12 08:06

gilzero


1 Answers

These are available on google oauth playground Here and here. may not be full but most are available there.

like image 106
sudmong Avatar answered Dec 08 '22 00:12

sudmong