VKIDAuthFail

sealed class VKIDAuthFail

Represents the failure cases for VK ID authentication.

Inheritors

Types

Link copied to clipboard
class Canceled(description: String) : VKIDAuthFail

Authentication process was canceled.

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

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

Link copied to clipboard
class FailedOAuth(description: String) : VKIDAuthFail

Represents a failure in the OAuth authentication process.

Link copied to clipboard
class FailedOAuthState(description: String) : VKIDAuthFail

Represents a failure due to an invalid OAuth state.

Link copied to clipboard
class FailedRedirectActivity(description: String, val throwable: Throwable?) : VKIDAuthFail

Represents a failure due to an issue with the redirect activity.

Link copied to clipboard
class NoBrowserAvailable(description: String, val throwable: Throwable?) : VKIDAuthFail

Represents a failure due to the absence of a suitable browser.

Properties

Link copied to clipboard

Text description of the failure.