legolego94 / oauth-signpost

Automatically exported from code.google.com/p/oauth-signpost
0 stars 0 forks source link

Xoauth SASL usage #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Current signing options:
1A. consumer.sign(HttpRequest request) -> HTTPRequest
1B. consumer.sign(Object request) -> HTTPRequest
1C. consumer.sign(String url) -> String (Url+query params)

What is the expected output? What do you see instead?
1D. consumer.sign(String url) -> Map<String,String>

Having a new sign method returning a map with all oauth params would enable 
simple usage/integration with xoauth SASL or other non HTTP transport 
calls. 

Original issue reported on code.google.com by zuperglu...@gmail.com on 11 Apr 2010 at 10:52

GoogleCodeExporter commented 9 years ago
Enhancment not defect

Original comment by zuperglu...@gmail.com on 11 Apr 2010 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by m.kaepp...@gmail.com on 12 Apr 2010 at 5:54