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-05-02 UTC."],[[["`CallCredentialsConfiguratorBase` is an abstract base class for consuming configuration from `CallCredentials` objects, and it is considered an experimental API."],["This class inherits from `object` and includes standard object methods like `Equals`, `GetHashCode`, and `GetType`."],["The class provides two abstract methods, `SetAsyncAuthInterceptorCredentials` and `SetCompositeCredentials`, to configure credentials."],["`SetAsyncAuthInterceptorCredentials` method is for consuming configuration for call credentials created from `AsyncAuthInterceptor`."],["`SetCompositeCredentials` method consumes configuration for composite call credentials."]]],[]]