Tell me, is it possible during the authorization of the application in WebView via WebView , to get the authorization data (login / password) and use them later to get the token just by sending the url with the request?
Also wondering how to check the validity of the token during subsequent downloads of the application? As I understand it, by getting the value of expires_in you can estimate the expiration date of the token, and proceed to continue using the current or receive a new one?