Logout Response
Specifies the response type of an AppCallback.onLogout request. Use LogoutResponse.SUCCESSFUL to signal a successful logout, LogoutResponse.UNAUTHORIZED if the user was not logged in at all and LogoutResponse.OTHER for all other errors.
See also
Parameters
status Code
The status code of the logout response.
Entries
UNAUTHORIZED
Link copied to clipboard
UNAUTHORIZED(HttpURLConnection.HTTP_NOT_FOUND)
Content copied to clipboard
SUCCESSFUL
Link copied to clipboard
SUCCESSFUL(HttpURLConnection.HTTP_NO_CONTENT)
Content copied to clipboard