func golang.org/x/oauth2.NewClient
6 uses
golang.org/x/oauth2 (current package)
oauth2.go#L232: return NewClient(ctx, c.TokenSource(ctx, t))
oauth2.go#L342: func NewClient(ctx context.Context, src TokenSource) *http.Client {
golang.org/x/oauth2/google
default.go#L47: return oauth2.NewClient(ctx, ts), nil
golang.org/x/oauth2/jwt
jwt.go#L91: return oauth2.NewClient(ctx, c.TokenSource(ctx))
jwt.go#L106: hc := oauth2.NewClient(js.ctx, nil)
google.golang.org/api/internal/impersonate
impersonate.go#L85: hc := oauth2.NewClient(i.ctx, i.ts)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |