1
0
Fork 0
discourse-custom-wizard-unl.../serializers/api/authorization_serializer.rb

17 Zeilen
446 B
Ruby

2019-05-31 09:54:11 +02:00
class CustomWizard::Api::AuthorizationSerializer < ApplicationSerializer
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