Documentation ¶
Overview ¶
Package client implements OAuth2 authentication for outbound connections from Appengine using the application services account.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccessToken ¶
GetAccessToken returns an OAuth access token representing app's service account.
If scopes is empty, uses auth.OAuthScopeEmail scope.
Implements a caching layer on top of GAE's GetAccessToken RPC. May return transient errors.
func NewTokenSource ¶
func NewTokenSource(ctx context.Context, scopes []string) oauth2.TokenSource
NewTokenSource makes oauth2.TokenSource implemented on top of GetAccessToken.
It is bound to the given context.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.