public abstract class CallCredentialsConfiguratorBase
Base class for objects that can consume configuration from CallCredentials objects.
Note: experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["`CallCredentialsConfiguratorBase` is an abstract base class for consuming configuration from `CallCredentials` objects within the Grpc.Core library."],["This class is considered an experimental API and may be subject to change or removal without prior notice."],["It inherits from the `object` class and includes methods like `SetAsyncAuthInterceptorCredentials` and `SetCompositeCredentials` for handling different types of call credentials."],["The `SetAsyncAuthInterceptorCredentials` method consumes configuration for call credentials created from `AsyncAuthInterceptor`."],["The `SetCompositeCredentials` consumes configuration for composite call credentials provided as a read-only list."]]],[]]