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::Client::Error - OAuth 2.0 client error

Author

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

Description

       OAuth 2.0 client error

Errors

       OAuth::Lite2::Client::Error::InvalidResponse
       OAuth::Lite2::Client::Error::InsecureRequest
       OAuth::Lite2::Client::Error::InsecureResponse

Name

       OAuth::Lite2::Client::Error - OAuth 2.0 client error

Synopsis

           OAuth::Lite2::Client::Error::InvalidResponse->throw(
               message => q{invalid format},
           );

See Also