Grpc.Core.CallCredentials
Client-side call credentials. Provide authorization with per-call granularity.
protected CallCredentials()
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.