-
- Downloads
Merge pull request #1383 from jtattermusch/csharp_auth
ServiceAccountCredentials support for C#
No related branches found
No related tags found
Showing
- src/csharp/Grpc.Auth/.gitignore 3 additions, 0 deletionssrc/csharp/Grpc.Auth/.gitignore
- src/csharp/Grpc.Auth/GoogleCredential.cs 124 additions, 0 deletionssrc/csharp/Grpc.Auth/GoogleCredential.cs
- src/csharp/Grpc.Auth/Grpc.Auth.csproj 93 additions, 0 deletionssrc/csharp/Grpc.Auth/Grpc.Auth.csproj
- src/csharp/Grpc.Auth/OAuth2InterceptorFactory.cs 104 additions, 0 deletionssrc/csharp/Grpc.Auth/OAuth2InterceptorFactory.cs
- src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs 14 additions, 0 deletionssrc/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
- src/csharp/Grpc.Auth/app.config 15 additions, 0 deletionssrc/csharp/Grpc.Auth/app.config
- src/csharp/Grpc.Auth/packages.config 12 additions, 0 deletionssrc/csharp/Grpc.Auth/packages.config
- src/csharp/Grpc.Core/Grpc.Core.csproj 1 addition, 2 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/RpcException.cs 1 addition, 1 deletionsrc/csharp/Grpc.Core/RpcException.cs
- src/csharp/Grpc.Core/Status.cs 5 additions, 0 deletionssrc/csharp/Grpc.Core/Status.cs
- src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj 4 additions, 1 deletion...ationTesting.Client/Grpc.IntegrationTesting.Client.csproj
- src/csharp/Grpc.IntegrationTesting.Client/app.config 15 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting.Client/app.config
- src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj 4 additions, 1 deletion...ationTesting.Server/Grpc.IntegrationTesting.Server.csproj
- src/csharp/Grpc.IntegrationTesting.Server/app.config 15 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting.Server/app.config
- src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj 38 additions, 2 deletions...rp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
- src/csharp/Grpc.IntegrationTesting/InteropClient.cs 65 additions, 4 deletionssrc/csharp/Grpc.IntegrationTesting/InteropClient.cs
- src/csharp/Grpc.IntegrationTesting/app.config 15 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting/app.config
- src/csharp/Grpc.IntegrationTesting/packages.config 7 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting/packages.config
- src/csharp/Grpc.sln 6 additions, 0 deletionssrc/csharp/Grpc.sln
Loading
Please register or sign in to comment