The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OAuth::Cmdline::CustomFile - Use a custom cache file with OAuth::Cmdline

VERSION

version 0.07

SYNOPSIS

    my $oauth = OAuth::Cmdline::CustomFile->new( custom_file => "<path>" );
    $oauth->access_token();

DESCRIPTION

This class overrides the cache_file_path method of OAuth::Cmdline and adds the custom_file attribute.

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.