Module: OctopusAuth::Decorators
- Defined in:
- lib/octopus_auth/decorators.rb,
lib/octopus_auth/decorators/default.rb
Defined Under Namespace
Classes: Default
Constant Summary collapse
- ATTRIBUTES =
[ :id, :token, :created_at, # TODO: [AV] Remove. :issued_at, # Keep here just for compatible reason, use `issued_at` instead :active, :expires_at, :expired_at, :scope, :owner_id, :owner_type, :creator_id ]