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

OAuth::Lite2::Server::GrantHandler::RefreshToken - handler for 'refresh-token' grant_type request

Author

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

Description

       handler for 'refresh-token' grant_type request.

Methods

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

Name

       OAuth::Lite2::Server::GrantHandler::RefreshToken - handler for 'refresh-token' grant_type request

Synopsis

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

See Also