Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

OAuth::Lite2::Server::GrantHandler::ExternalService - handler for 'federated-assertion' grant_type

Author

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

Description

       handler for 'federated-assertion' grant_type request.

Methods

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

Name

       OAuth::Lite2::Server::GrantHandler::ExternalService - handler for 'federated-assertion' grant_type
       request

Synopsis

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

See Also