func golang.org/x/oauth2.ReuseTokenSource
8 uses
golang.org/x/oauth2 (current package)
oauth2.go#L349: Source: ReuseTokenSource(nil, src),
oauth2.go#L366: func ReuseTokenSource(t *Token, src TokenSource) TokenSource {
golang.org/x/oauth2/google
google.go#L159: return oauth2.ReuseTokenSource(nil, computeSource{account: account, scopes: scope})
jwt.go#L45: return oauth2.ReuseTokenSource(tok, ts), nil
golang.org/x/oauth2/jwt
jwt.go#L82: return oauth2.ReuseTokenSource(nil, jwtSource{ctx, c})
google.golang.org/api/idtoken
compute.go#L31: return oauth2.ReuseTokenSource(tok, ts), nil
idtoken.go#L126: return oauth2.ReuseTokenSource(tok, ts), nil
google.golang.org/api/internal/impersonate
impersonate.go#L55: return oauth2.ReuseTokenSource(nil, its), nil
 |
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. |