golang.org/x/oauth2.Transport.Source (field)
6 uses
golang.org/x/oauth2 (current package)
oauth2.go#L349: Source: ReuseTokenSource(nil, src),
transport.go#L23: Source TokenSource
transport.go#L42: if t.Source == nil {
transport.go#L45: token, err := t.Source.Token()
golang.org/x/oauth2/google
sdk.go#L131: Source: c.TokenSource(ctx),
google.golang.org/api/transport/http
dial.go#L108: Source: 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. |