|
Issue 351: Reimplement OAuth2 Step 3
Total comments: 55
Total comments: 3
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2173 lines, -46 lines) |
Patch |
|
M |
Src/GoogleApis.Auth.DotNet4/GoogleApis.Auth.DotNet4.csproj
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.DotNet4/OAuth2/GoogleWebAuthenticationBroker.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/GoogleApis.Auth.Tests.csproj
|
View
|
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/AuthorizationCodeFlowTests.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+425 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/BearerTokenTests.cs
|
View
|
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/Requests/AuthorizationCodeRequestUrlTests.cs
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/Requests/AuthorizationCodeTokenRequestTests.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/Requests/GoogleAuthorizationCodeRequestUrlTest.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/Requests/RefreshTokenRequestTests.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/Responses/AuthorizationCodeResponseUrlTests.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/OAuth2/Responses/TokenResponseTests.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/Properties/AssemblyInfo.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth.Tests/packages.config
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/GoogleApis.Auth.csproj
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth/OAuth2/AuthorizationCodeFlow.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+314 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth/OAuth2/AuthorizationCodeInstalledApp.cs
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth/OAuth2/AuthorizationCodeWebApp.cs
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+127 lines, -0 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/OAuth2/BearerToken.cs
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/OAuth2/Credential.cs
|
View
|
1
2
3
4
5
|
1 chunk |
+116 lines, -4 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth/OAuth2/GoogleAuthorizationCodeFlow.cs
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/OAuth2/IAuthorizationCodeFlow.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/OAuth2/IAuthorizationCodeInstalledApp.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/OAuth2/Requests/GoogleAssertionTokenRequest.cs
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/OAuth2/Responses/TokenResponse.cs
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -18 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth/OAuth2/TokenRequestExtenstions.cs
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
|
A |
Src/GoogleApis.Auth/OAuth2/UserCredential.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis.Auth/Properties/AssemblyInfo.cs
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Src/GoogleApis/Apis/Util/IClock.cs
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis/Apis/Util/Store/IDataStore.cs
|
View
|
1
2
3
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
Src/GoogleApis/Apis/Util/Utilities.cs
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Src/GoogleApis/Properties/AssemblyInfo.cs
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 9
|