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

Unified Diff: Src/GoogleApis.Auth/OAuth2/GoogleConsts.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, 4 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/OAuth2/GoogleConsts.cs
===================================================================
--- a/Src/GoogleApis.Auth/OAuth2/GoogleConsts.cs
b/Src/GoogleApis.Auth/OAuth2/GoogleConsts.cs
@@ -28,6 28,9 @@
/// <summary>The authorization token server URL</summary>
public const string TokenUrl = "https://accounts.google.com/o/oauth2/token";
/// <summary>The path to the Google revocation endpoint.</summary>
public const string RevokeTokenUrl = "https://accounts.google.com/o/oauth2/revoke";
/// <summary>Installed application redirect URI.</summary>
public const string InstalledAppRedirectUri = "urn:ietf:wg:oauth:2.0:oob";

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