LogoutResponse

data class LogoutResponse(val isSuccess: Boolean)

Data class representing the response of a logout operation.

Constructors

Link copied to clipboard
constructor(isSuccess: Boolean)

Properties

Link copied to clipboard

True if the logout operation was successful, false otherwise.