table of contents
LWP::Authen::OAuth2::AccessToken::Bearer(3pm) | User Contributed Perl Documentation | LWP::Authen::OAuth2::AccessToken::Bearer(3pm) |
NAME¶
LWP::Authen::OAuth2::AccessToken::Bearer - Bearer access tokens for OAuth2
VERSION¶
version 0.20
SYNOPSIS¶
This implements bearer tokens. See RFC 6750 <http://tools.ietf.org/html/rfc6750> for details, LWP::Authen::OAuth2::AccessToken for how this module works, and LWP::Authen::OAuth2 for the interface to use to this module.
Whether this module gets used depends on the service provider.
AUTHORS¶
- Ben Tilly, <btilly at gmail.com>
- Thomas Klausner <domm@plix.at>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2013 - 2022 by Ben Tilly, Rent.com, Thomas Klausner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2023-02-04 | perl v5.36.0 |