Group
Extension

Matches 1

Google-OAuth2-Client-Simple ( Z/ZI/ZIALI/Google-OAuth2-Client-Simple-0.004.tar.gz, ZIALI, 2016; MetaCPAN )
Google-OAuth2-Client-Simple/lib/Google/OAuth2/Client/Simple.pm ( view source; MetaCPAN )
ib for Google OAuth 2.0
$Google::OAuth2::Client::Simple::VERSION = '0.004';
use Carp;
use Cpanel::JSON::XS;
use Furl;
use Moo;
use URI;

=head1 NAME

Google::OAuth2::Client::Simple - Client for Google
ype', 'application/x-www-form-urlencoded'],
        content => \%params
    );

    return decode_json($response->decoded_content());
}

=head2 refresh_token($refresh_token)

For use when you require 
ype', 'application/x-www-form-urlencoded'],
        content => \%params
    );

    return decode_json($response->decoded_content());
}

=head2 revoke_token($access_token)

Revokes the access token on

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.