Skip to content

Instantly share code, notes, and snippets.

View pavel-alay's full-sized avatar

Pavel Alay pavel-alay

  • Wrocław
  • 14:54 (UTC +02:00)
View GitHub Profile
@pavel-alay
pavel-alay / GoogleOAuthPlayground.java
Last active June 28, 2021 04:21
Google OAuth Playground
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;
import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow;
import com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets;
import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport;
import com.google.api.client.http.javanet.NetHttpTransport;
import com.google.api.client.json.JsonFactory;
import com.google.api.client.json.gson.GsonFactory;
import com.google.api.services.gmail.GmailScopes;