asifshaon / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Allow building authorized HttpRequest from Service object #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From a service object (e.g TasksService), there is no way to get access to the 
authenticator or create an authorized HTTP request.
It could be useful to have this functionality which can be added by either:
  1. Expose the authenticator in the Service class.
  2. Expose a method in the Service class to create an HTTP request (CreateHttpRequest(Method, URL)).

Thanks!
Alain

Original issue reported on code.google.com by ala...@google.com on 2 Apr 2012 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by davidwat...@google.com on 3 Apr 2012 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 25 Apr 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Old issue - the service already contains a Authenticator object.
I'm closing this issue, if you feel that any additional work should be done, 
please reopen and explain.

Thanks

Original comment by pele...@google.com on 6 May 2013 at 6:09