type golang.org/x/oauth2/jwt.jwtSource

3 uses

	golang.org/x/oauth2/jwt (current package)
		jwt.go#L82: 	return oauth2.ReuseTokenSource(nil, jwtSource{ctx, c})
		jwt.go#L96: type jwtSource struct {
		jwt.go#L101: func (js jwtSource) Token() (*oauth2.Token, error) {