From f31a5c80d5f043ca558d39730e16243b7addb2a4 Mon Sep 17 00:00:00 2001 From: SachaTending <65766775+SachaTending@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:41:24 +0300 Subject: [PATCH] Update authorization.md after https://github.com/OpenVK/openvk/pull/1203 /token now returns "secret" --- docs/openvk_engine/api/authorization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/openvk_engine/api/authorization.md b/docs/openvk_engine/api/authorization.md index d059ade..bee8818 100644 --- a/docs/openvk_engine/api/authorization.md +++ b/docs/openvk_engine/api/authorization.md @@ -10,7 +10,8 @@ You'll get a response like this: { "access_token": "THERE IS A TOKEN. A LONG TOKEN ACTUALLY", "expires_in": 0, - "user_id": 1 + "user_id": 1, + "secret": "super_secret_value, kept for compatibility with vk api" } ```