root/branches/release-39/extlib/Net/OAuth/UserAuthResponse.pm @ 2528

Revision 2528, 0.5 kB (checked in by fumiakiy, 18 months ago)

Updated Net::OAuth modules to the latest version. BugId:80041

Line 
1package Net::OAuth::UserAuthResponse;
2use warnings;
3use strict;
4use base 'Net::OAuth::Response';
5
6sub allow_extra_params {1}
7
8=head1 NAME
9
10Net::OAuth::UserAuthResponse - An OAuth protocol response for an Access Token
11
12=head1 SEE ALSO
13
14L<Net::OAuth::UserAuthResponse>, L<http://oauth.net>
15
16=head1 AUTHOR
17
18Keith Grennan, C<< <kgrennan at cpan.org> >>
19
20=head1 COPYRIGHT & LICENSE
21
22Copyright 2007 Keith Grennan, all rights reserved.
23
24This program is free software; you can redistribute it and/or modify it
25under the same terms as Perl itself.
26
27=cut
28
291;
Note: See TracBrowser for help on using the browser.