FailedRedirectActivity

class FailedRedirectActivity(description: String, val throwable: Throwable?) : VKIDAuthFail

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

Parameters

description

Description of the redirect activity failure.

throwable

Optional exception thrown during the redirect activity process.

Constructors

Link copied to clipboard
constructor(description: String, throwable: Throwable?)

Properties

Link copied to clipboard