Class: Zaikio::CleanupAccessTokensJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/zaikio/cleanup_access_tokens_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



3
4
5
# File 'app/jobs/zaikio/cleanup_access_tokens_job.rb', line 3

def perform
  Zaikio::AccessToken.with_invalid_refresh_token.delete_all
end