grpc-dotnet
grpc-dotnet copied to clipboard
Add cancellation token to AuthInterceptorContext
AuthInterceptorContext
should probably have a cancellation token on it so any logic in the auth interceptor can respond to call cancellation, exceeded deadline or dispose.
Since Grpc.Core.Api now lives in this repository, I transferred the issue from grpc/grpc and marked it with a new "api" label.