1
0
Fork 0
discourse-custom-wizard-unl.../serializers/api/authorization_serializer.rb
2019-05-31 17:54:11 +10:00

16 Zeilen
446 B
Ruby

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