logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OAuth::Lite2::Util - utility methods for OAuth 2.0

Author

       Lyo Kato, <lyo.kato@gmail.com>

Description

       This module exports utility methods for OAuth 2.0.

Methods

encode_param($str)decode_param($str)parse_content($content)build_content($params)

Name

       OAuth::Lite2::Util - utility methods for OAuth 2.0

Synopsis

           use OAuth::Lite2::Util qw(encode_param, decode_param);
           my $encoded = encode_param($str);
           my $origin = decode_param($encoded);

See Also