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

Unified Diff: Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs

Issue 94340043: Issue 463: Provide a signout\logout method (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Gus' comments Created 10 years, 2 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
« no previous file with comments | « Src/GoogleApis.Auth/OAuth2/UserCredential.cs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs
===================================================================
--- a/Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs
b/Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs
@@ -104,7 104,7 @@
// to retrieve a new access token.
if (token == null || (token.RefreshToken == null && token.IsExpired(flow.Clock)))
{
- // Create a authorization code request.
// Create an authorization code request.
AuthorizationCodeRequestUrl codeRequest = Flow.CreateAuthorizationCodeRequest(redirectUri);
// Add a random number to the end of the state so we can indicate the original request was made by this
« no previous file with comments | « Src/GoogleApis.Auth/OAuth2/UserCredential.cs ('k') | no next file » | no next file with comments »

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