Net::OAuth::YahooAccessTokenRefreshRequest - Yahoo OAuth Extension


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

Index


Code Index:

NAME

Top

Net::OAuth::YahooAccessTokenRefreshRequest - Yahoo OAuth Extension

SEE ALSO

Top

http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html

AUTHOR

Top

Keith Grennan, <kgrennan at cpan.org>

CONTRIBUTORS

Top

Marc Mims

COPYRIGHT & LICENSE

Top


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

package Net::OAuth::YahooAccessTokenRefreshRequest;
use warnings;
use strict;
use base 'Net::OAuth::AccessTokenRequest';

__PACKAGE__->add_required_message_params(qw/session_handle/);
sub allow_extra_params {0}
sub sign_message {1}

1;