func google.golang.org/api/transport/grpc.isTokenSourceDirectPathCompatible

2 uses

	google.golang.org/api/transport/grpc (current package)
		dial.go#L137: 		if isDirectPathEnabled(o.Endpoint) && isTokenSourceDirectPathCompatible(creds.TokenSource) {
		dial.go#L247: func isTokenSourceDirectPathCompatible(ts oauth2.TokenSource) bool {