FailedRedirectActivity

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

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

Since

1.0.0

Parameters

description

Description of the redirect activity failure.

Constructors

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

Properties

Link copied to clipboard

Optional exception thrown during the redirect activity process.