- Thanks to /g/Windows XP friendly thread
- Thanks to >>77965472
- Thanks to @MrBruh
- Thanks to person4268
- Thanks to @NTDEV
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <...> | |
// assuming: | |
// userToken: String - received token from client | |
private val googleNetHttpTransport = GoogleNetHttpTransport.newTrustedTransport() | |
private val googleJsonFactory = GsonFactory() | |
private val oauth2Api = Oauth2.Builder( | |
googleNetHttpTransport, | |
googleJsonFactory, |