[[["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-05-02 UTC."],[[["`AuthInterceptorContext` is a class used within gRPC to provide context for an RPC that is being intercepted by `AsyncAuthInterceptor`."],["It inherits from the base `object` class and includes methods such as `Equals`, `GetHashCode`, and `ToString` within its inherited members."],["The class offers two constructors, both initializing a new instance of `AuthInterceptorContext` and requiring a `serviceUrl` and `methodName`, with one constructor additionally accepting a `CancellationToken`."],["Key properties of the class include `CancellationToken`, `MethodName`, and `ServiceUrl`, which provide information about the cancellation token, method name, and the service URL of the RPC being called, respectively."]]],[]]