Announcements

The Equinix Community will be offline for scheduled maintenance on July 31, 2024. Learn More.

Discussions

About Multiple Access Tokens

About Multiple Access Tokens

API_User
Level 9

Given the TTL of access token is 60 minutes, what will happen that another access token was generated before the previous one expired? The scenarior could be that two different threads are running independently, one thread created one access token for calling APIs. 5 minute later, the other thread created another access token without knowing there already had access token created. Will both access token valid at the same time? Assuming both threads are under the same user credentials or from the same user accound.

Reply 1 1

API_User
Level 9
Both the tokens will be valid for 60 mins from the time of issue.