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::AccessToken - model class that represents access token

Accessors

auth_id
       Identifier of OAuth::Lite2::Model::AuthInfo.

   token
       Access token string.

   expires_in
       Seconds to expires from 'created_on'

   created_on
       UNIX time when access token created.

   secret
       DEPRECATED.

   secret_type
       DEPRECATED.

Author

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

Name

       OAuth::Lite2::Model::AccessToken - model class that represents access token

See Also