Google Authentication

This is the easiest form of Authentication. Since Android has built-in Google authentication you barely need to configure anything.

This can be used with most Google APIs.

You just need to provide API scopes and you’re ready to go.

There’s only one caveat: I need to enable any Google API myself on the AutoWeb project on my developer console.

If you want to add a Google API to AutoWeb please contact me so I can enable the API on my developer console.

Scope Examples

Google Calendar – https://www.googleapis.com/auth/calendar, https://www.googleapis.com/auth/calendar.readonly

YouTube – https://www.googleapis.com/auth/youtube, https://www.googleapis.com/auth/youtube.upload, etc

Google Drive – https://www.googleapis.com/auth/drive, https://www.googleapis.com/auth/drive.appfolder, etc