Click or drag to resize

AuthenticateControllerLogout Method

Close the session for the logged in User.

Namespace:  MedTunnelSvc.Controllers
Assembly:  MedTunnelSvc (in MedTunnelSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Result Logout()

Return Value

Type: Result
Result.ReturnCode values:
  • 1 = Success
Examples
PHP/Curl
curl -X GET -k 
        -H "Authorization:PutAuthorizationTokenHere" 
        https://server.medtunnel.com/MedTunnelSvc/api/Authenticate/Logout
See Also