gilzero
gilzero

Reputation: 1902

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.

Upvotes: 5

Views: 4841

Answers (2)

Foreever
Foreever

Reputation: 7488

You can get a list of all scopes in all Google api's here

It also list which scopes each api needs to execute.

Upvotes: 0

sudmong
sudmong

Reputation: 2036

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

Upvotes: 7

Related Questions