Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(117)

Unified Diff: Src/GoogleApis.Auth/GoogleApis.Auth.csproj

Issue 14341043: Issue 351: Reimplement OAuth2 (Step 4): ServiceAccount and MVC (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Gus comments Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Src/GoogleApis.Auth/GoogleApis.Auth.csproj
===================================================================
--- a/Src/GoogleApis.Auth/GoogleApis.Auth.csproj
+++ b/Src/GoogleApis.Auth/GoogleApis.Auth.csproj
@@ -38,16 +38,17 @@
<ItemGroup>
<Compile Include="JsonWebSignature.cs" />
<Compile Include="JsonWebToken.cs" />
- <Compile Include="OAuth2\AuthorizationCodeWebApp.cs" />
+ <Compile Include="OAuth2\Web\AuthorizationCodeWebApp.cs" />
<Compile Include="GoogleJsonWebSignature.cs" />
- <Compile Include="OAuth2\IAuthorizationCodeFlow.cs" />
+ <Compile Include="OAuth2\Web\AuthWebUtility.cs" />
+ <Compile Include="OAuth2\Flows\IAuthorizationCodeFlow.cs" />
<Compile Include="OAuth2\AuthorizationCodeInstalledApp.cs" />
<Compile Include="OAuth2\BearerToken.cs" />
- <Compile Include="OAuth2\TokenRequestExtenstions.cs" />
+ <Compile Include="OAuth2\Requests\TokenRequestExtenstions.cs" />
<Compile Include="OAuth2\UserCredential.cs" />
- <Compile Include="OAuth2\AuthorizationCodeFlow.cs" />
+ <Compile Include="OAuth2\Flows\AuthorizationCodeFlow.cs" />
<Compile Include="OAuth2\ClientSecrets.cs" />
- <Compile Include="OAuth2\GoogleAuthorizationCodeFlow.cs" />
+ <Compile Include="OAuth2\Flows\GoogleAuthorizationCodeFlow.cs" />
<Compile Include="OAuth2\IAccessMethod.cs" />
<Compile Include="OAuth2\IAuthorizationCodeInstalledApp.cs" />
<Compile Include="OAuth2\ICodeReceiver.cs" />

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b