VKIDRefreshTokenFail

Represents the failure cases for VK ID token refreshing.

Inheritors

Types

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

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

Link copied to clipboard

Represents a failure due to an invalid OAuth state.

Link copied to clipboard

Represents a failure due to lack of auth before token refreshing.

Link copied to clipboard

Represents a failure due to an expiration of refresh token.

Properties

Link copied to clipboard

Text description of the failure.