0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/serializers/api/authorization_serializer.rb

17 Zeilen
448 B
Ruby

2019-10-03 07:17:21 +02:00
class CustomWizard::Api::AuthorizationSerializer < ::ApplicationSerializer
2019-05-31 09:54:11 +02:00
attributes :auth_type,
:auth_url,
:token_url,
:client_id,
:client_secret,
:authorized,
:auth_params,
:access_token,
:refresh_token,
:token_expires_at,
:token_refresh_at,
:code,
:username,
:password
end