NAME
OAuth::Cmdline::GoogleDrive - GoogleDrive-specific settings for OAuth::Cmdline
SYNOPSIS
my $oauth = OAuth::Cmdline::GoogleDrive->new( );
$oauth->access_token();
DESCRIPTION
This class overrides methods of OAuth::Cmdline
if Google Drives' Web API requires it.
LEGALESE
Copyright 2014 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
2014, Mike Schilli <cpan@perlmeister.com>