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.
[[["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."],[[["`CallCredentials` is an abstract class used for client-side authorization with per-call granularity, providing a way to manage credentials for each individual call."],["The `Compose` method allows for combining multiple `CallCredentials` objects into a single `CallCredentials` object, offering a unified approach to managing various credentials."],["The `FromInterceptor` method creates a `CallCredentials` instance from an `AsyncAuthInterceptor`, which enables attaching metadata to outgoing calls."],["The `InternalPopulateConfiguration` method is used to populate the call credentials configurator with instance-specific configurations, a process handled internally and not intended for direct user interaction."]]],[]]