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

Unified Diff: Src/GoogleApis.Auth/OAuth2/IAuthorizationCodeInstalledApp.cs

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, 12 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/IAuthorizationCodeInstalledApp.cs
===================================================================
--- a/Src/GoogleApis.Auth/OAuth2/IAuthorizationCodeInstalledApp.cs
b/Src/GoogleApis.Auth/OAuth2/IAuthorizationCodeInstalledApp.cs
@@ -17,6 17,8 @@
using System.Threading;
using System.Threading.Tasks;
using Google.Apis.Auth.OAuth2.Flows;
namespace Google.Apis.Auth.OAuth2
{
/// <summary>
@@ -34,6 36,6 @@
/// <param name="userId">User identifier</param>
/// <param name="taskCancellationToken">Cancellation token to cancel an operation</param>
/// <returns>The user's credential</returns>
- Task<UserCredential> Authorize(string userId, CancellationToken taskCancellationToken);
Task<UserCredential> AuthorizeAsync(string userId, CancellationToken taskCancellationToken);
}
}

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