Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
8 Zeilen
150 B
Ruby
8 Zeilen
150 B
Ruby
|
module Jobs
|
||
|
class RefreshAPIAccessToken < Jobs::Base
|
||
|
def execute(args)
|
||
|
CustomWizard::Authorization.refresh_access_token
|
||
|
end
|
||
|
end
|
||
|
end
|