client

package
v0.0.0-...-d60a78d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

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

func GetAccessToken(c context.Context, scopes []string) (*oauth2.Token, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL