Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Validate OAuth 2.0 Access Token

Hi

 

I have successfully connected to Rest API and received OAuth 2.o access token which is valid only for 60min. When the token expires I will need to generate the new access token. Please tell me how to validate the access token?  

 

Thanks in advance

 

Labels (3)
1 Reply
akumar2301
Specialist II
Specialist II

Try method used in below

https://community.talend.com/t5/Design-and-Development/Using-OAuth-2-0-with-Talend-to-Access-Google-...

Or you can be in loop to get new token using tloop, loop stars every 60 min or finish of your process.