-
Notifications
You must be signed in to change notification settings - Fork 31
APIMemberLogout
Lodle edited this page May 13, 2014
·
4 revisions
The logout request is used to cleanup and remove the users session.
URL
* http://api.desura.com/1/memberlogout
1. When the logout API is called, all session cookies will be removed, and their session is deleted from the database: * freeman: encrypted user ID * sepiroth: md5 hashed password * masterchief: session ID 1. Also 0 (ok) will be returned.
0: Ok
<?xml version="1.0" encoding="utf-8"?>
<memberlogout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="DesuraNET">
<status code="0"/>
</memberlogout>