The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

# ABSTRACT: Basic OAuth support for async code
use strict;
our $VERSION = '0.001';
=head1 NAME
Net::Async::OAuth - oauth handling
=head1 VERSION
version 0.001
=head1 DESCRIPTION
See L<Net::Async::OAuth::Client>.
=cut
1;
=head1 AUTHOR
Tom Molesworth <TEAM@cpan.org>
=head1 LICENSE
Copyright Tom Molesworth 2014-2017. Licensed under the same terms as Perl itself.