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::ServerState - handler for 'server_state' grant_type request

Author

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

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

Description

       handler for 'server_state' grant_type request.

Methods

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

Name

       OAuth::Lite2::Server::GrantHandler::ServerState - handler for 'server_state' grant_type request

Synopsis

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

See Also