As far as I know, I don't think the values in the nextLink expire. Having checked pagination guide and Graph Odata support guide, skipToken just references the page and does not have other typical token behaviours like expiry. Do you have cases where skipToken has expired?
Expiration time of skiptoken and deltatoken in delta query of contacts and users API
Egorius
41
Reputation points
What is equal to the expiration time of skiptoken from the nextLink parameter and deltatoken from deltaLink parameter in users and contacts delta query API?
(https://learn.microsoft.com/en-us/graph/api/user-delta?view=graph-rest-1.0&tabs=http, https://learn.microsoft.com/en-us/graph/api/contact-delta?view=graph-rest-1.0&tabs=http)
Microsoft Security | Microsoft Graph
13,743 questions
Accepted answer
-
Danstan Onyango 3,906 Reputation points Microsoft Employee
2021-04-27T08:58:08.87+00:00
1 additional answer
Sort by: Most helpful
-
Egorius 41 Reputation points
2021-04-27T12:06:03.23+00:00 Hello @Danstan !
No, I've never had such case with skipToken, but I want to make sure that this case is impossible or how long token will be valid.
What about deltaToken?