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::Server::GrantHandler::AuthorizationCode - handler for 'authorization-code' grant_type

Author

       Ryo Ito, <ritou.06@gmail.com>

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

Description

       handler for 'authorization-code' grant_type request.

Methods

handle_request($req)
       See OAuth::Lite2::Server::GrantHandler document.

Name

       OAuth::Lite2::Server::GrantHandler::AuthorizationCode - handler for 'authorization-code' grant_type
       request

Synopsis

           my $handler = OAuth::Lite2::Server::GrantHandler::AuthorizationCode->new;
           my $res = $handler->handle_request( $data_handler );

See Also