Movedigital.auth.endSession
From MoveDigital Docs
| Table of contents |
[edit]
Arguments
Session ending is POSTed to http://www.movedigital.com/services/rest/ and should include the following arguments
- method (required) - Must be set to: movedigital.auth.endSession
- userid (required) - The userid of the MoveDigital account.
- sessionid (required) - The sessionid for the current session.
- session (required) - The session value for the associated sessionid.
[edit]
Example Responses
- Success
<?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <method>movedigital.auth.endSession</method> <format>rest</format> <messages> <message msg="Successfully signed out." /> </messages> </rsp>
- Error
<?xml version="1.0" encoding="utf-8" ?> <rsp stat="fail"> <method>movedigital.auth.endSession</method> <errors> <error code="99" msg="User already signed out." /> </errors> </rsp>
[edit]
Error Codes
- 99 - User not signed in.
- 108 - Internal error.
- 109 - Service is currently unavailable.
[edit]

