|
NAMENet::GitHub::V3::OAuth - GitHub OAuth API SYNOPSIS use Net::GitHub::V3;
my $gh = Net::GitHub::V3->new; # read L<Net::GitHub::V3> to set right authentication info
my $oauth = $gh->oauth;
DESCRIPTIONFor Web Application Flow, we suggest to use Net::OAuth. For Non-Web Application Flow, read the Net::GitHub FAQ. METHODSOAuth <http://developer.github.com/v3/oauth/>
AUTHOR & COPYRIGHT & LICENSERefer Net::GitHub
|