1
0
Fork 0
discourse-custom-wizard-unl.../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