In some sample code snippets, the OAuth2 scope has been set to something like ["user, "profile"]. [For example](https://github.com/googleapis/google-api-python-client/blob/master/docs/oauth.md#installed-app-flow), the sample code snippet has scopes ["profile", "email"]. Is there any documentation about non API OAuth scopes like mentioned above?