FailedOAuthState

class FailedOAuthState(description: String) : VKIDAuthFail

Represents a failure due to an invalid OAuth state.

Parameters

description

Description of the OAuth state failure.

Constructors

Link copied to clipboard
constructor(description: String)