<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />

Grpc.Net.Client.Internal.DefaultChannelCredentialsConfigurator

sealed class DefaultChannelCredentialsConfigurator : ChannelCredentialsConfiguratorBase
namespace Grpc.Net.Client.Internal { internal sealed class DefaultChannelCredentialsConfigurator { public bool? IsSecure { get; } public List<CallCredentials> CallCredentials { get; } public DefaultChannelCredentialsConfigurator(bool allowInsecureChannelCallCredentials); } }