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::Context - request context object.

Author

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

Description

       request context object.

Methods

request
       accessor for current Plack::Request object.

   data_handler
       accessor for OAuth::Lite2::Server::DataHandler object.

Name

       OAuth::Lite2::Server::Context - request context object.

See Also

       OAuth::Lite2::Server::DataHandler

Synopsis

           my $context = OAuth::Lite2::Server::Context->new({
               request      => $req,
               data_handler => YourDataHandler->new,
           });

See Also