<PackageReference Include="Grpc.Core.Api" Version="2.70.0" />

Grpc.Core.CallCredentials

public abstract class CallCredentials
Client-side call credentials. Provide authorization with per-call granularity.
protected CallCredentials()

public static CallCredentials Compose(CallCredentials[] credentials)

Composes multiple CallCredentials objects into a single CallCredentials object.

Creates a new instance of CallCredentials class from an interceptor that can attach metadata to outgoing calls.

public abstract void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state)

Populates call credentials configurator with this instance's configuration. End users never need to invoke this method as it is part of internal implementation.