edisona / oauth

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

PHP library: make OAuthSignatureMethod an interface #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, OAuthSignatureMethod is an empty class. I think it would make
sense to change it into an interface like:

interface OAuthSignatureMethod {
    function get_name();
    function build_signature($request, $consumer, $token);
}

Original issue reported on code.google.com by dhofs...@gmail.com on 22 Mar 2008 at 7:36

GoogleCodeExporter commented 8 years ago
enhancement, not one i particularly care about very much but trivial

Original comment by andyster on 15 Jul 2008 at 10:02

GoogleCodeExporter commented 8 years ago

Original comment by andyster on 15 Jul 2008 at 11:17

GoogleCodeExporter commented 8 years ago

Original comment by rams...@gmail.com on 10 Mar 2009 at 2:12

Attachments: