Manual authentication for Google API in jclouds, separating token acquisition
问题 I need to separate the authentication phase from Google's Api creation, but it's very difficult (for me) to make it possible. This is very important because I am creating a REST API that should receive the authorization tokens previously acquired and not the credentials directly from its users for security reasons, because with tokens I can set a lifetime limit as specified in RFC 6750. I have the following code: public class Main { public static void main(String[] args) { // Reads the JSON