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