Module: Service::FossIdentity

Defined in:
lib/service/foss_identity.rb

Instance Method Summary collapse

Instance Method Details

#logout(path, cookie) ⇒ Object



6
7
8
9
10
11
# File 'lib/service/foss_identity.rb', line 6

def logout(path, cookie)
  Net::HTTP.post(
      URI(path),
      "cookie" => cookie
  )
end