grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

Add cancellation token to AuthInterceptorContext

Open JamesNK opened this issue 2 years ago • 1 comments

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.

JamesNK avatar Sep 17 '21 03:09 JamesNK

Since Grpc.Core.Api now lives in this repository, I transferred the issue from grpc/grpc and marked it with a new "api" label.

jtattermusch avatar Dec 09 '22 15:12 jtattermusch