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

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

Issue 13972043: Issue 351: Reimplement OAuth2 (Step 3 - Tests, Flows and Credential) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 9 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
@@ -34,6 34,6 @@
/// <param name="userId">User identifier</param>
/// <param name="taskCancellationToken">Cancellation token to cancel an operation</param>
/// <returns>The user's credential</returns>
- Task<Credential> Authorize(string userId, CancellationToken taskCancellationToken);
Task<UserCredential> Authorize(string userId, CancellationToken taskCancellationToken);
}
}

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