Merge pull request #3468 from jtattermusch/csharp_metadata_plugin
New C# auth API
No related branches found
No related tags found
Showing
- src/csharp/Grpc.Auth/AuthInterceptors.cs 11 additions, 13 deletionssrc/csharp/Grpc.Auth/AuthInterceptors.cs
- src/csharp/Grpc.Auth/Grpc.Auth.csproj 1 addition, 0 deletionssrc/csharp/Grpc.Auth/Grpc.Auth.csproj
- src/csharp/Grpc.Auth/GrpcCredentials.cs 93 additions, 0 deletionssrc/csharp/Grpc.Auth/GrpcCredentials.cs
- src/csharp/Grpc.Core.Tests/CallCredentialsTest.cs 14 additions, 11 deletionssrc/csharp/Grpc.Core.Tests/CallCredentialsTest.cs
- src/csharp/Grpc.Core.Tests/ChannelCredentialsTest.cs 73 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/ChannelCredentialsTest.cs
- src/csharp/Grpc.Core.Tests/ChannelTest.cs 5 additions, 5 deletionssrc/csharp/Grpc.Core.Tests/ChannelTest.cs
- src/csharp/Grpc.Core.Tests/FakeCredentials.cs 73 additions, 0 deletionssrc/csharp/Grpc.Core.Tests/FakeCredentials.cs
- src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj 3 additions, 1 deletionsrc/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
- src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs 1 addition, 1 deletionsrc/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs
- src/csharp/Grpc.Core.Tests/MarshallingErrorsTest.cs 2 additions, 2 deletionssrc/csharp/Grpc.Core.Tests/MarshallingErrorsTest.cs
- src/csharp/Grpc.Core.Tests/MockServiceHelper.cs 1 addition, 1 deletionsrc/csharp/Grpc.Core.Tests/MockServiceHelper.cs
- src/csharp/Grpc.Core/CallCredentials.cs 142 additions, 0 deletionssrc/csharp/Grpc.Core/CallCredentials.cs
- src/csharp/Grpc.Core/CallOptions.cs 15 additions, 1 deletionsrc/csharp/Grpc.Core/CallOptions.cs
- src/csharp/Grpc.Core/Channel.cs 2 additions, 2 deletionssrc/csharp/Grpc.Core/Channel.cs
- src/csharp/Grpc.Core/ChannelCredentials.cs 238 additions, 0 deletionssrc/csharp/Grpc.Core/ChannelCredentials.cs
- src/csharp/Grpc.Core/ClientBase.cs 8 additions, 23 deletionssrc/csharp/Grpc.Core/ClientBase.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 3 additions, 1 deletionsrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/Internal/AsyncCall.cs 7 additions, 3 deletionssrc/csharp/Grpc.Core/Internal/AsyncCall.cs
- src/csharp/Grpc.Core/Internal/CallSafeHandle.cs 8 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/CallSafeHandle.cs
- src/csharp/Grpc.Core/Internal/ChannelSafeHandle.cs 5 additions, 1 deletionsrc/csharp/Grpc.Core/Internal/ChannelSafeHandle.cs
Loading
Please register or sign in to comment