func google.golang.org/grpc/credentials/oauth.NewApplicationDefault

2 uses

	google.golang.org/grpc/credentials/oauth (current package)
		oauth.go#L181: func NewApplicationDefault(ctx context.Context, scope ...string) (credentials.PerRPCCredentials, error) {

	google.golang.org/grpc/credentials/google
		google.go#L47: 			perRPCCreds, err := oauth.NewApplicationDefault(ctx)