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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]