It is necessary so that VKSdk (scope) is not requested every time the application is started, but only when it is not validated from the tokenFromSharedPreferences pulled out of the application.
I try using the https://vk.com/dev/secure.checkToken method
Together with the token, I pass the protected application key, the request format is as a result:
https://api.vk.com/method/secure.checkToken?client_seсret=<MyClientSecret>&access_token=<MyToken> What I get the answer:
"error_code": 5, "error_msg": "User authorization failed: server method is unavailable with user token.
Is there any way to call the server method from the application?