Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

API

Avatar

Level 8

The access token (jwt) which expires after 24 hrs, is it possible to make it not expire?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @mmbb110,

 

You won't be able to extend the expiry of tokens rather you will have to validate the token expiry and if it's expired generate new one programmatically using the adobe i/o library provided each time when making a call to adobe i/o.

 

Thanks, Sathees

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @mmbb110,

 

You won't be able to extend the expiry of tokens rather you will have to validate the token expiry and if it's expired generate new one programmatically using the adobe i/o library provided each time when making a call to adobe i/o.

 

Thanks, Sathees