NAME
OAuth::Cmdline::Spotify - Spotify-specific OAuth oddities
VERSION
version 0.07
SYNOPSIS
my $oauth = OAuth::Cmdline::Spotify->new( );
$oauth->access_token();
DESCRIPTION
This class overrides methods of OAuth::Cmdline
to comply with Spotify's Web API.
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.