Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-16 17:57:01 +01:00
7 Zeilen
164 B
Ruby
7 Zeilen
164 B
Ruby
module Jobs
|
|
class RefreshApiAccessToken < Jobs::Base
|
|
def execute(args)
|
|
CustomWizard::Api::Authorization.refresh_token(args[:service])
|
|
end
|
|
end
|
|
end
|