Searched refs:AuthInterceptorContext (Results 1 – 2 of 2) sorted by relevance
34 public delegate Task AsyncAuthInterceptor(AuthInterceptorContext context, Metadata metadata); in AsyncAuthInterceptor()39 public class AuthInterceptorContext class47 public AuthInterceptorContext(string serviceUrl, string methodName) in AuthInterceptorContext() method in Grpc.Core.AuthInterceptorContext
65 …var context = new AuthInterceptorContext(Marshal.PtrToStringAnsi(serviceUrlPtr), Marshal.PtrToStri… in NativeMetadataInterceptorHandler()76 …private async Task GetMetadataAsync(AuthInterceptorContext context, IntPtr callbackPtr, IntPtr use… in GetMetadataAsync()