Getting tokens without using grant_type=authorization_code
I already have created an application and I got the "client_id", "client_secret", I have given a consent for that application from an web application local, now from another application local i want to get tokens to use the APIs to sign a document (PDF), I mean that I want to get the "api_access_point" and "web_access_point" BUT I do not want to log again, is there way to use the client_id, client_secret to get tokens (remember the grant_type can not be "authorization_code"). I know that exists the IntegrationKey concept but it does not cover my requiriments, I need to use "client_id", "client_secret".
