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::Model::AuthInfo - model class that represents authorization info.

Accessors

id
       Identifier of this authorization info.

   user_id
       User identifier for resource owner

   client_id
       CLient identifier for obtain token

   scope
       Scope string for authorization info

   refresh_token
       Refresh token related with authorization info

   code
       Authorization code related with authorization info

   redirect_uri
       Redirect URI related with authorization info

   server_state
       Server State for CSRF Protection

Author

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

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

Name

       OAuth::Lite2::Model::AuthInfo - model class that represents authorization info.

See Also