From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

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