NAME
OAuth::Cmdline::GoogleDrive - GoogleDrive-specific settings for OAuth::Cmdline
VERSION
version 0.07
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.
AUTHOR
Mike Schilli <cpan@perlmeister.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by Mike Schilli.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.