2fa support

This commit is contained in:
2021-08-31 15:51:42 +03:00
parent f8b00e320f
commit 38f16d5e7d
9 changed files with 192 additions and 97 deletions
@@ -7,14 +7,11 @@ class VKException(var url: String = "", var description: String = "", var error:
IOException(description) {
var captcha: Pair<String, String>? = null
var redirectUri: String? = null
var validationSid: String? = null
var json: JSONObject? = null
override fun toString(): String {
return "url: $url;\n\nerror: $error; description: $description;"
return "error: $error; description: $description;"
}
}