table of contents
Net::OAuth2(3pm) | User Contributed Perl Documentation | Net::OAuth2(3pm) |
NAME¶
Net::OAuth2 - OAuth 2.0 implementation
SYNOPSIS¶
See Net::OAuth2::Profile::WebServer->new
DESCRIPTION¶
OAuth version 2.0 is a follow-up on OAuth 1.0, which is not supported by this module. The specification for version 2.0 can be found in
- . RFC6749, Authorization framework: <http://tools.ietf.org/html/rfc6749>
- . RFC6750, Bearer token usage: <http://tools.ietf.org/html/rfc6750>
Start with one these modules:
- . Net::OAuth2::Profile::WebServer
- . Net::OAuth2::Profile::Password
SEE ALSO¶
This module is part of Net-OAuth2 distribution version 0.66, built on October 01, 2019. Website: http://perl.overmeer.net/CPAN/.
COPYRIGHTS¶
Copyrights 2013-2019-2018 on the perl code and the related
documentation
by [Mark Overmeer <markov@cpan.org>] for SURFnet bv, The Netherlands.
For other contributors see ChangeLog.
Copyrights 2011-12 by Keith Grennan.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
2019-11-26 | perl v5.30.0 |