The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::API::OAuth2::Client - A simple client for OAuth2

SYNOPSIS

  use Google::API::OAuth2::Client;

DESCRIPTION

Google::API::OAuth2::Client is a simple client for OAuth2. This module generates an URL for authorization, calls token URI with authorized code and refresh access token.

METHODS

new
new_from_client_secrets
authorize_uri
exchange
refresh
token_obj
token_type
access_token
auth_doc

AUTHOR

Takatsugu Shigeta <shigeta@cpan.org>

COPYRIGHT

Copyright 2011- Takatsugu Shigeta

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO