Added documentation for external account integration.

Change-Id: I30610b306ea5a8c1d7e1fc3e6f151a4449345331
This commit is contained in:
Patrick Jones
2021-03-14 19:28:07 -07:00
parent 9bb904979d
commit da817920f0
4 changed files with 40 additions and 6 deletions

View File

@@ -4,9 +4,9 @@
// Package google provides support for making OAuth2 authorized and authenticated
// HTTP requests to Google APIs. It supports the Web server flow, client-side
// credentials, service accounts, Google Compute Engine service accounts, Google
// App Engine service accounts and workload identity federation from non-Google
// cloud platforms.
// credentials, service accounts, external accounts (workload identity federation),
// Google Compute Engine service accounts, Google App Engine service accounts and
// workload identity federation from non-Google cloud platforms.
//
// A brief overview of the package follows. For more information, please read
// https://developers.google.com/accounts/docs/OAuth2