forked from Mirrors/oauth2
Minor docs fix.
This commit is contained in:
parent
1b3c225070
commit
c1d53e71ad
|
@ -1,12 +1,9 @@
|
||||||
// Package google provides support for making
|
// Package google provides support for making
|
||||||
// OAuth2 authorized and authenticated HTTP requests
|
// OAuth2 authorized and authenticated HTTP requests
|
||||||
// to Google APIs. It supports the following
|
// to Google APIs. It supports Web server, client-side,
|
||||||
// authorization and authentications flows:
|
// service accounts, Google Compute Engine service accounts,
|
||||||
// - Web Server
|
// and Google App Engine service accounts authorization
|
||||||
// - Client-side
|
// and authentications flows:
|
||||||
// - Service Accounts
|
|
||||||
// - Auth from Google Compute Engine
|
|
||||||
// - Auth from Google App Engine
|
|
||||||
//
|
//
|
||||||
// For more information, please read
|
// For more information, please read
|
||||||
// https://developers.google.com/accounts/docs/OAuth2.
|
// https://developers.google.com/accounts/docs/OAuth2.
|
||||||
|
|
Loading…
Reference in New Issue