golang.org/x/oauth2/jwt.Config.TokenSource (method)
5 uses
golang.org/x/oauth2/jwt (current package)
jwt.go#L81: func (c *Config) TokenSource(ctx context.Context) oauth2.TokenSource {
jwt.go#L91: return oauth2.NewClient(ctx, c.TokenSource(ctx))
golang.org/x/oauth2/google
google.go#L134: return cfg.TokenSource(ctx), nil
google.golang.org/api/idtoken
idtoken.go#L121: ts := cfg.TokenSource(ctx)
google.golang.org/grpc/credentials/oauth
oauth.go#L142: s.t, err = s.config.TokenSource(ctx).Token()
![]() |
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. |