lib/kentaa/api/resources/user.rb in kentaa-api-0.5.0 vs lib/kentaa/api/resources/user.rb in kentaa-api-0.6.0
- old
+ new
@@ -92,15 +92,9 @@
def consent
@consent ||= Kentaa::Api::Resources::Consent.new(data[:consent]) if data[:consent]
end
- def auth(attributes)
- @response = request.post("/users/auth", options, attributes)
-
- self
- end
-
private
def load_resource
request.get("/users/#{id}", options)
end