onAuth

abstract fun onAuth(accessToken: AccessToken)

Called upon successful auth. Won't be called if you passed VKIDAuthParams.codeChallenge because in that case we can't validate it. You will receive auth code in onAuthCode and can exchange it to the access token yourself.

Parameters

accessToken

access token and other useful data.