12-08-2022 04:03 AM
Hello everyone,
I've been doing some tests regarding webex integration.
I got the client_id, client_secret, code to be able to get the acces_token and refresh_token as described here https://developer.webex.com/docs/integrations but once I want to test to refresh the access token with the refresh token, the access token is renewed but the expiration time of the refresh token is not reset to 90 days.
See below :
Is there anything I misunderstood? In the documentation it is said that : Generating a new access token automatically renews the lifetime of your refresh token.
Regards,
Elisa
Solved! Go to Solution.
12-08-2022 05:54 AM
@Elisa SCHEER the reason for that behaviour is that the expiry time reset is based on a randomly generated number between 86400 and 432000 in secs (1 to 5 days). So it'll reset anytime between 1 and 5 days after last usage and not immediately. So if you were to check it later you would find that the token expiry is actually reset.
12-08-2022 05:54 AM
@Elisa SCHEER the reason for that behaviour is that the expiry time reset is based on a randomly generated number between 86400 and 432000 in secs (1 to 5 days). So it'll reset anytime between 1 and 5 days after last usage and not immediately. So if you were to check it later you would find that the token expiry is actually reset.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide