Grpc.Core.AuthInterceptorContext
Context for an RPC being intercepted by AsyncAuthInterceptor.
The cancellation token of the RPC being called.
The method name of the RPC being called.
The fully qualified service URL for the RPC being called.
Initializes a new instance of AuthInterceptorContext.
public AuthInterceptorContext(string serviceUrl, string methodName, CancellationToken cancellationToken)
Initializes a new instance of AuthInterceptorContext.