Home
last modified time | relevance | path

Searched defs:authContext (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsAuthContextTest.java73 AltsAuthContext authContext = new AltsAuthContext(handshakerResult); in testAltsAuthContext() local
/external/grpc-grpc/src/csharp/Grpc.Core.Testing/
DTestServerCallContext.cs36 string peer, AuthContext authContext, ContextPropagationToken contextPropagationToken, in Create()
/external/grpc-grpc/src/csharp/Grpc.Core/
DServerCallContext.cs41 private readonly Lazy<AuthContext> authContext; field in Grpc.Core.ServerCallContext
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs520 …grpcsharp_auth_context_peer_identity_property_name_delegate(AuthContextSafeHandle authContext); /… in grpcsharp_auth_context_peer_identity_property_name_delegate()
521 …pertyIterator grpcsharp_auth_context_property_iterator_delegate(AuthContextSafeHandle authContext); in grpcsharp_auth_context_property_iterator_delegate()
523 public delegate void grpcsharp_auth_context_release_delegate(IntPtr authContext); in grpcsharp_auth_context_release_delegate()
791 …xtern IntPtr grpcsharp_auth_context_peer_identity_property_name(AuthContextSafeHandle authContext); in grpcsharp_auth_context_peer_identity_property_name()
794 …veAuthPropertyIterator grpcsharp_auth_context_property_iterator(AuthContextSafeHandle authContext); in grpcsharp_auth_context_property_iterator()
800 public static extern void grpcsharp_auth_context_release(IntPtr authContext); in grpcsharp_auth_context_release()
1084 …xtern IntPtr grpcsharp_auth_context_peer_identity_property_name(AuthContextSafeHandle authContext); in grpcsharp_auth_context_peer_identity_property_name()
1087 …veAuthPropertyIterator grpcsharp_auth_context_property_iterator(AuthContextSafeHandle authContext); in grpcsharp_auth_context_property_iterator()
1093 public static extern void grpcsharp_auth_context_release(IntPtr authContext); in grpcsharp_auth_context_release()