RE: How to authenticate user only once | Google Ads v7

2021-07-13 Thread Google Ads API Forum Advisor
Hi Suchitra, Thanks for reaching out to the Google Ads API Support. Could you confirm if you are indeed following the web app authentication flow? Whether you are using this flow or the desktop app flow, the client library you are using should already automatically take care of the authenticati

How to authenticate user only once | Google Ads v7

2021-07-12 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi, I am trying to build a Java web application based on user authentication. I have used the below code. UserAuthorizer userAuthorizer = UserAuthorizer.newBuilder() .setClientId( ClientId.of(clientId, clientSecretKey)) .setScopes(Arrays.asList(scope)).setTokenS