VKIDLogoutFail

sealed class VKIDLogoutFail

Represents the failure cases for VK ID logout.

Inheritors

Types

Link copied to clipboard

Represents a failure due to an expiration of access token which is used to logout. In that case logging out in unnecessary.

Link copied to clipboard
class FailedApiCall(description: String, val throwable: Throwable) : VKIDLogoutFail

Represents a failure due to an VK ID API call error.

Link copied to clipboard
class NotAuthenticated(description: String) : VKIDLogoutFail

Represents a failure due to lack of auth before logging out. In that case logging out in unnecessary.

Properties

Link copied to clipboard

Text description of the failure.