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 @@ /// User identifier /// Cancellation token to cancel an operation /// The user's credential - Task Authorize(string userId, CancellationToken taskCancellationToken); + Task Authorize(string userId, CancellationToken taskCancellationToken); } }