Where is the Android Authorization Token Type alias list for Google APIs?
问题 While following this tutorial on using OAuth 2 with the Android AccountManager, I'm told that when specifying the AUTH_TOKEN_TYPE, instead of specifying the scope like this: String AUTH_TOKEN_TYPE = "oauth2:https://www.googleapis.com/auth/tasks"; you can use its alias: String AUTH_TOKEN_TYPE = "Manage your tasks"; This allows for a user to understand what the permissions are about instead of being given a URL. I am trying to figure out what the alias would be for the Google Documents List API