aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth/Grpc.Auth.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-25 01:47:25 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-25 01:47:25 -0700
commitcd7a4054de7b77a425b544fa8b3f424b9fede142 (patch)
tree9b0938f359a81aa43e90e7e508220f3adb53d448 /src/csharp/Grpc.Auth/Grpc.Auth.csproj
parent2a31304d7fc2aac2a1a05242c2a5d79fcd51faeb (diff)
make work with out-of-band oauth2 token more pleasant
Diffstat (limited to 'src/csharp/Grpc.Auth/Grpc.Auth.csproj')
-rw-r--r--src/csharp/Grpc.Auth/Grpc.Auth.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj
index afb8204c07..5615ffd620 100644
--- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj
+++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj
@@ -79,7 +79,7 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="GoogleCredential.cs" />
- <Compile Include="OAuth2InterceptorFactory.cs" />
+ <Compile Include="OAuth2Interceptors.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>