LogoutResponse

enum LogoutResponse : Enum<LogoutResponse>

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

statusCode

The status code of the logout response.

Entries

OTHER
Link copied to clipboard
OTHER(HttpURLConnection.HTTP_INTERNAL_ERROR)
UNAUTHORIZED
Link copied to clipboard
UNAUTHORIZED(HttpURLConnection.HTTP_NOT_FOUND)
SUCCESSFUL
Link copied to clipboard
SUCCESSFUL(HttpURLConnection.HTTP_NO_CONTENT)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
statusCode
Link copied to clipboard
val statusCode: Int