# File lib/rack/oauth2/server/resource/error.rb, line 29 def initialize(error = :forbidden, description = nil, options = {}) super @scope = options[:scope] end
# File lib/rack/oauth2/server/resource/error.rb, line 34 def protocol_params super.merge(scope: Array(scope).join(' ')) end