Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP library: make OAuthSignatureMethod an interface #13

Open
GoogleCodeExporter opened this issue Apr 11, 2016 · 3 comments
Open

PHP library: make OAuthSignatureMethod an interface #13

GoogleCodeExporter opened this issue Apr 11, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

enhancement, not one i particularly care about very much but trivial

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

  • Changed state: Accepted
  • Added labels: PHP, Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Lib-PHP

@GoogleCodeExporter
Copy link
Author

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant