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"]],[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eCallCredentials\u003c/code\u003e is an abstract class used on the client-side to provide per-call authorization for gRPC calls.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompose\u003c/code\u003e method allows for combining multiple \u003ccode\u003eCallCredentials\u003c/code\u003e objects into a single composite object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFromInterceptor\u003c/code\u003e method creates a new \u003ccode\u003eCallCredentials\u003c/code\u003e instance from an \u003ccode\u003eAsyncAuthInterceptor\u003c/code\u003e that can attach metadata to outgoing calls.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalPopulateConfiguration\u003c/code\u003e method populates a \u003ccode\u003eCallCredentialsConfiguratorBase\u003c/code\u003e with the current instance's configuration, but it is for internal use and not meant for end users.\u003c/p\u003e\n"]]],[],null,[]]