NotAuthenticated

class NotAuthenticated(description: String) : VKIDLogoutFail

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

Parameters

description

Description of the failure.

Constructors

Link copied to clipboard
constructor(description: String)