public abstract class CallCredentialsConfiguratorBase : object
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 designed for consuming configuration data from `CallCredentials` objects."],["This API is currently experimental and subject to change or removal without prior notification."],["The class provides two primary methods: `SetAsyncAuthInterceptorCredentials`, which handles configuration for credentials derived from `AsyncAuthInterceptor`, and `SetCompositeCredentials`, which handles composite credentials."],["Both methods in `CallCredentialsConfiguratorBase` take an optional `state` object and either an `AsyncAuthInterceptor` or a read-only list of `CallCredentials` as parameters."]]],[]]