Re: com.google.api.client.auth.oauth2.Credential

2022-06-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin, Thanks for getting back to us. You may see below responses to your queries: 1. Can you point out at what point this old flow might be used: create a refresh token, create an authentication token? >> While creating a refresh token OOB had an issue. 2. Is it the old java google ad wor

Re: com.google.api.client.auth.oauth2.Credential

2022-06-16 Thread FW API
Hi Yasar, 1. Can you point out at what point this old flow might be used: create a refresh token, create an authentication token? 2. Is it the old java google ad words client library having that problem? 3. Does the new java google ads library has that one fixed already? Thanks for your help, re

com.google.api.client.auth.oauth2.Credential

2022-05-05 Thread FW API
. Namely: com.google.api.client.auth.oauth2.Credential credential = new com.google.api.ads.common.lib.auth.OfflineCredentials.Builder() .forApi(OfflineCredentials.Api.ADWORDS) .withRefreshToken(adwordsRefreshToken) .withClientSecrets(adwordsClientId