VKIDGetUserFail

sealed class VKIDGetUserFail

Represents the failure cases for VK ID user refreshing.

Inheritors

Types

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

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

Link copied to clipboard

Represents a failure due to an expiration of id token which is used to fetch user data.

Link copied to clipboard

Represents a failure due to lack of auth before fetching user data.

Properties

Link copied to clipboard

Text description of the failure.