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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eCallCredentials\u003c/code\u003e is an abstract class used for client-side authorization, providing per-call credentials in gRPC.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompose\u003c/code\u003e method allows 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 \u003ccode\u003eCallCredentials\u003c/code\u003e from an \u003ccode\u003eAsyncAuthInterceptor\u003c/code\u003e, which can attach metadata to outgoing calls.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalPopulateConfiguration\u003c/code\u003e method is used internally to populate a call credentials configurator with the instance's configuration, and is not intended for end-user use.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCallCredentials\u003c/code\u003e class inherits several members from the \u003ccode\u003eobject\u003c/code\u003e class, including methods for equality, hash code generation, type retrieval, and object string conversion.\u003c/p\u003e\n"]]],[],null,[]]