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::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