Net::OAuth::ConsumerRequest - An OAuth Consumer Request


Net-OAuth documentation Contained in the Net-OAuth distribution.

Index


Code Index:

NAME

Top

Net::OAuth::ConsumerRequest - An OAuth Consumer Request

NOTE

Top

Consumer Requests are a proposed extension to OAuth, so other OAuth implementations may or may not support them.

SEE ALSO

Top

Consumer Request Extension Draft:

http://oauth.googlecode.com/svn/spec/ext/consumer_request/1.0/drafts/1/spec.html

Net::OAuth, http://oauth.net

AUTHOR

Top

Keith Grennan, <kgrennan at cpan.org>

COPYRIGHT & LICENSE

Top


Net-OAuth documentation Contained in the Net-OAuth distribution.

package Net::OAuth::ConsumerRequest;
use warnings;
use strict;
use base 'Net::OAuth::Request';

sub allow_extra_params {1}
sub sign_message {1}


1;